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
- function subdomain ssl certs
The generated subdomain isn't getting a valid ssl cert, I was wondering if appwrite automatically generates one or uses a wildcard for *.functions.domain.com? ...
- Whats best practise for Appwrite Cloud?
Appwrite Teams map very nicely to my needs, it is how i group users together. ... I use roles to define permissions. Should I also map a table to each team ? ...
- Error getting preview of file
Rest Response: ``` { "message": "Server Error", "code": 500, "type": "general_unknown", "version": "1.8.1" } ``` Appwrite Logs ``` appwrite ...