Im trying to get all the documents from a collection, but i notice the default limit of 25 that appwrite has but i want to make it infinite or at least a lot of documents is that possible?
Are you querying the cloud or a self-hosted instance?
In a self hosted one you can query upto 5000 at once.
Then you can use cursor pagination. https://appwrite.io/docs/pagination#cursor-pagination
Im using cloud
thanks, just to know, how much is the limit of the cloud version?
Then you still capped to 100 in the cloud versrion
In the future when the cloud is gonna upgrade to latest version then you can have the 5K limit also in the cloud.
alright, thank you
<a:agooglethumbsup:635256484682530825>
[SOLVED] How to set the query limit to unlimited
Recommended threads
- Functions executed by events does not ap...
Hello, Running self-hosted Appwrite version 1.9.0 (with console 7.8.26). When functions are triggered by an event (eg. databases.\*tables.\*.rows.\*.create) doe...
- Updating GitHub App access throws error
Steps to reproduce - 1. Have some private repos allowed on the install access 2. New Site/Func > Connect GitHub > see the side card saying `Missing a repo` > cl...
- New Build not visible on Domain
I pushed some new code to my Appwrite Site and the build succeeded and is shown as active. Yet, I can only see the new version of the site on Appwrite's provide...