
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
- 404 errors after 7 Days
Local hosted Appwrite via docker. Last version and current version. After exactly 7 days Appwrite stops working. I get 404 route not found, cannot access anyth...
- unable to modify attribute
please help: when I try to modify attribute size or key or anything, I am getting this errors: ``` Deprecated: strtolower(): Passing null to parameter #1 ($str...
- my database attribute stuck in processin...
when i created attributes in collection 3 of those attributes become "processing", and they are not updating, the worst thing is that i cant even delete them s...
