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
- Need help with createExecution function
Hi, Need some help understanding createExecution. When requesting function execution via createExecution, the function handler arguments are incorrect and rese...
- Query Appwrite
Hello, I have a question regarding Queries in Appwrite. If I have a string "YYYY-MM", how can I query the $createdAt column to match this filter?
- Different appwrite IDs are getting expos...
File_URL_FORMAT= https://cloud.appwrite.io/v1/storage/buckets/[BUCKET_ID]/files/[FILE_ID]/preview?project=[PROJECT_ID] I'm trying to access files in my web app...