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 ?.
TL;DR
The user wants to know if there is a limit to the number of collections that can be created in a database. They mention that creating collections and attributes may take some time on the cloud during database maintenance. They typically create a collection per data type and wanted to create a collection for each group chat in a chat app.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
- Upgrading selfhost version?
It is okay to upgrade version to higher one, of my current version is 1.7.4 to 1.8.1. Is that safe to do cause my clients already have data on that? Also is a...
- Appwrite cloud DB server error 500
Getting this error
- appwrite indexes not working (?
i have this index: ``` "indexes": [ { "key": "single-user-per-event", "type": "unique", ...