Hi all, planning on switching from mongodb to appwrite! My mongo at the moment has a database that updates collections every five seconds ( quite alot of updates that is ). Does appwrite collections have any limits on db updates etc or is it free reign given you have enough storage? Thanks!
Have in mind that Appwrite databases (at least in cloud and in self-hosted by default) are SQL behind the scenes. What is the kind of data you're updating in the collections?
ahh ok good to know. It is odds data from bookmakers ie highly volatile so frequent updates are needed. Structuring it shouldnt be an issue though
Recommended threads
- Edit ID of an existing collection
Hi there. Is it possible to edit an ID of an existing collection? Right now it looks impossible from AppWrite cloud at least.
- Seed db
hello there... is this correct way to seed appwrite
- Query Appwrite
Hello, I have a question regarding Queries in Appwrite. If I have a string "YYYY-MM", how can I query the $createdAt column to match this filter?