Rank 3: Container
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?
Votes
0
Replies
10
Participants
Unknown
Messages
11
Rank 3: Container
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
Rank 3: Container
Im using cloud
Rank 3: Container
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.
Rank 3: Container
alright, thank you

[SOLVED] How to set the query limit to unlimited