
i was going to create collection for a chat app each collection is created for a group chat. Is there any number limit for creating collection in a database ?.

No limit

Fyi, operations like creating collections and attributes may take some time on cloud when theirs DB maintenance. I typically create a collection per data type instead

ok. thanks
Recommended threads
- Document Data is null.
I'm using flutter and I've just got everything set up, the document meta data is null but the actual query is fine. (see screenshot) The permission I have ar...
- Do I need Redis if using appwrite
Saw appwrite has built-in redis, but does this work for listdocuments, getdocument and other query etc? what does the appwrite redis covers under the hood?
- Is there a way of fetching random docume...
In SQL, we have the `RAND()` function, is there an equivalent in Appwrite? In my app, the user answers questions, which all have an Elo rating. I'm actually un...
