
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)

In self-hosted Appwrite you can get up to 5K documents per fetch In the cloud you can get 100 per fetch. You can - and this is the best practice - to use pagination
Recommended threads
- custom requirements.txt file
How do I specify a custom requirements.txt file when creating a serverless function through the Appwrite console?
- Is my approach for deleting registered u...
A few weeks ago, I was advised not to use the registered users' id in my web app. Instead, I store the publicly viewable information such as username and email ...
- ❗[Help] Function stuck in "waiting" stat...
Hi Appwrite team 👋 I'm trying to contribute to Appwrite and followed the official setup instructions from the CONTRIBUTING.md guide to run the platform locall...
