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!
TL;DR
Developers planning to switch from MongoDB to Appwrite are asking about any limits on database updates, as their current system requires frequent updates every five seconds. Appwrite databases are SQL-based and do not have specific limitations on updates, allowing for frequent updates as needed, depending on available storage.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