Hi Is it possible to get the whole collection in appwrite's Database at a time.
I am using python to get the whole data and train a Machine learning model on it and model retrains itself whenever there is change in Data (added new data)
TL;DR
To get the entire collection at once in Appwrite's Database, you can use pagination. In the self-hosted version, you can fetch up to 5,000 documents per request, while in the cloud version, you can fetch up to 100 documents per request. It is recommended to implement pagination for best practices.