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
- AppwriteException: Invalid query: Query ...
```js console.log(typeof interaction.user.id) console.log(interaction.user.id) const user_check = await TablesDB.listRows({ databaseId: "db", ...
- AppwriteException - Transaction with the...
I am using "node-appwrite" module and I have successfully created transaction id but when passing it to tablesDB.createRow function with some other required dat...
- Files access permissions
Am I right in understanding that file access permissions have been disabled (or broken again), and that shared access can now only be organized via tokens? Or i...