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
- Invalid query: Attribute not found in sc...
Hiya. I'm trying to use the REST API with documents and doing a simple select with query: https://<mydomain>/v1/databases/<database>/collections/<collection>/d...
 - Query.contains not supported on Cloud?
I try to filter a row which contain a string inside a string array column, however I get the following error: ``` {"name":"AppwriteException","code":400,"type"...
 - AI feature by functions?
I'm creating a website where, in short, users can index certain genealogical content. In connection with the development of AI, I was thinking about introducing...