
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 already existed
Hi, I am trying to add a document via cloud function using nodejs22. Everytime I do `await db.createDocument( dbid, collectionid, customDocId, data);` it will g...
- easiest way to ban an IP from appwrite
for example, lets say that i have an app where people can post cars, and someone is constantly spamming my app with trucks, is there a way to ban that user IP s...
- Relationship problem
When I UPDATE a document that has a relationship and I pass id and all the data of the relationship it works but if i CREATE a document then it says 401 user un...
