
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
- Query.equal error
Hi guys. I'm using Appwrite Cloud, and I'm using version 21 of node-appwrite to benefit from transactions. The problem is I seem to be getting an error when I u...
- Invalid `success` param
Hi again, I've tried to set up the login process. However, I always get the message: `Invalid success param: URL host must be one of: localhost, xxx` I've alr...
- Is it possible to have multiple smtp on ...
I already have one in one project but is it possible to use different one in another?
