
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
- Transferring self-hosted to cloud: will ...
I'd like to transition over to Appwrite cloud, but want to ensure my users won't be forced to re-login.
- appwrite cli alpine os
the appwrite cli does not work on alpine os if you install it using the recommended bash script. Maybe there is the possibility to compile it for alpine using t...
- Appwrite 1.7.4 " Utopia\Domains\Domain::...
