
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
- Unexpected File Persistence Across Appwr...
I'm encountering an issue where files created during an Appwrite Function execution persist across subsequent executions. Specifically, when a function writes a...
- Cannot connect to SMTP in AppWrite - set...
This used to work and then at some point it stopped. One thing that happened in that time was moving my application to Vercel. I have read on another thread t...
- [Self Hosted]
fresh instance of Appwrite - cant deploy function from local to instance ✗ Error • func2 (68134cd9002358f96e4a) • Invalid `specification` p...
