
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
- Adding "name" column to table creates 2-...
As stated, im adding the "name" column to one table, it adds 4 duplicates. In another table it adds 3 duplicates, and when I delete 1 of them, all duplucates di...
- 2 Columns still processing since yesterd...
Hey o/ Yesterday (around <t:1758045600:f>), I created a database and added several columns to it. After about 15 minutes, most of the "processing" tags disappe...
- 503 Timeout when Updating or Upserting D...
Hey I’m running into an issue when trying to update or upsert a row in Appwrite. The request hangs for a while and then throws this error: ``` AppwriteException...
