I'm busy creating a little side project which uses Appwrite as the Backend. I scraped a site and uploaded the data to the database, but I've reached 5000 rows (100 pages). I know there is a lot more data. Is that the maxmimum rows/pages allowed in Appwrite? I'm currently on the Free tier
No limit on num of rows. The limit is on the oparation In free you get 500k read And 250k writes.
And its not the amount of api calls But the number of rows you intract with.
Recommended threads
- Cannot delete rows, deleted relationship...
I had defined a two-way relationship between 2 tables, then I deleted the relationship column I tried re-creating the column but I started to get errors about t...
- Helpp
Hi everyone, i need help. So i am working on this project and database relationship thingy is not working anymore, normally when you link two table you should b...
- Trouble Creating Database and Collection...
I’ve set up my project credentials (endpoint, project ID) and generated an API key. I’m currently focusing on creating only the database and collections (tables...