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
- Go 1.25 runtime
So I'm trying to use go 1.25 for my functions and I can only find go-1.23 as a function runtime. So I did some searching and found https://github.com/appwrite/a...
- [FEAT REQ] Bun runtime support
Instead of just Nodejs, it would be helpful to also add support for the Bun runtime which can speed up deployments by a ton.
- [ENHANCEMENT] Use the custom Next.js dep...
Deployment adapters on Next.js are now stable! This means that we don't have to stick to the limitations of sniffing out build outputs and manually moving or mo...