For upload its 5mb if i guess so
No
Got it, thanks a lot, and also one little thing, is it possible to delete the file from storage after 1 month or 2 weeks or so? Likc is there a way for the same?
Ohh, and one little thing, is there any limit on size of the request body json for a function?
Yes, you can write a function to do that
Yes, 8k characters
got it, thanks a lot for heping me, it means a lot to me
Please mark the post as [SOLVED] if you don't need anymore help here @Hemish11
Will do it, just had one thing to ask,
Steven, do we also have a response size limit when we directly get data from the database, using database api?
Lets say if i want to fetch multiple documents from a given collection, the total documents can be in range of like 500 to 1000, so will it be size limited?
Each document would have about 5-6 parameters and also a few will be in relation with other collection but wont get longer than 3, and the related colletion can also have anywhere between 4-10 parameters of string and double
@Steven ??
You were online so pinged you, if you were busy, sorry for it
The default limit is 25 documents. Ideally, you should paginate (https://appwrite.io/docs/pagination). That said, we removed the maximum limit on Query.limit() in 1.3.
I thought that I would get the entire tree in a flat manner and thereby would make it in tree form in front end
How can I increase this limit?
What do you mean?
Like it defaults to 25 documents so is it possible to increase that limit?
Did you take a look at the docs I linked?
Got it, thanks a lot
Hey, please refrain from tagging the members directly kindly
I’m really sorry for it, but as I mentioned earlier it’s very urgent for me as we are currently migrating old backend to appwrite and also we are on a very tight schedule
[Solved] Nesting in Relationship of multiple collections.
[SOLVED] Nesting in Relationship of multiple collections.
Recommended threads
- Cannot migrate from Supabase
Hi, I was trying to migrate from Supabase to the Appwrite database. My database had around 190K columns. I tried it twice. Both times, after 2 days, the proce...
- Production down - createExecution return...
Hey, Since 1.9.6 rollout in fra (~17:00 UTC, 14 Aug), POST /v1/functions/{functionId}/executions returns a 400 whenever the body includes an empty headers ob...
- CreateRow is doing ListRows on self-host...
### setup ``` appwrite 1.9.5 self-hosted bun 1.3 node-appwrite 27.1.0 ``` ### issue Im running a function on a self hosted 1.9.5 with "node-appwrite": "^27.1.0...