
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
- Database error
My code: await databases.createDocument( process.env.APPWRITE_DATABASE, process.env.APPWRITE_COLLECTION_USER, data.userId, ...
- Server Error when using Apprwrite in .NE...
Hello can somebody help me.. I'm getting server error 500 when I try use queries in ListDocuments function but when I removed it or just query without filter it...
- Migration
I want to migrate the data available on Appwrite cloud, from one project to another project in cloud itself. How can this be done, is not possible ?
