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
- Auth not working on expo react native
I'm trying to launch a development server with expo go and appwrite as a backend. On my windows pc, I've got a local docker instance of appwrite running as my b...
- Urgent help required - Could not resolve...
I upgraded my production environment to 1.8.0 but experienced issues with appwrite running out of worker threads. I downgraded back to 1.6.1 and restored the da...
- Bulk delete failed with 401
- I created a transaction to bulk delete rows in a table has `done` equal `true` follow documentation. But when run, it returns 401 unauthorized error as screen...