How many users can self hosted appwrite handle? And is there any way to store additional user details like legal documents accepted date, and other user details efficiency for large userbase.
I don't think there is a solid x number of users, that would depend on the machine you're self hosting appwrite on?
As for the additional information, you would store this in a user information collection and key the record on the user id, using document security to make sure only allowed users can access personal information
Recommended threads
- Weird permission failure
when creating an account I use following methods: ``` Future<void> register(String email, String password, String username) async { final user = await accoun...
- Paused project can't activate
I have failed to reactivate one my projects which had been paused
- Site deployment keeps getting failed
Hi good folks, need a hand with Sites deploy Error on every deploy: Synchronous function execution timed out... duration doesn't exceed 30 seconds [exact log ...