I am building a Flutter Application. I have a separated script which imports data from a csv file into AppWrite using the API. There are around 8-10k data records to be added in a single collection. The issue that I am facing is that the CPannel doesn't show more than 5000. I think 5006 to be exactly. I've also noticed that after this 5k, to insert all the data, AppWrite deletes the earliest created and continue uploading the content. Basically it deletes an old one(based on the order created) and then it creates the new one coming from the import script. I am self hosting the AppWrite project. Are there some limitations that I am not aware of?
I think the count could be frozen at 5006 but the documents should be there although the number is not correct
There's not any limitations for that from what I know regarding the amount of elements in self-hosting apart from the storage
Recommended threads
- Is there a way to deploy global variable...
Hello! I wan't to deploy my global variables to my project using appwrite cli and my appwrite.config.json. Is there a method to do it using configuration files ...
- Appwrite freezes when deploying function...
I have two VPS servers, one for development and one for production, and when pushing a function to GitHub all functions should rebuild on both prod and dev but ...
- Invalid `functionId` param when creating...
Upgraded to Appwrite 1.8.0 and new functions can't be created with a "-" character in the function id. This worked fine previously. The docs mention: "Valid cha...