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
- Appwrite console is too heavy
The Appwrite console is too heavy And all of my services broken Any support , please
- Usage of the new Client() and dealing wi...
Hey guys, just a quick one - we had some web traffic the other day and it ended up bombing out - To put in perspective of how the app works, we have a Nuxt Ap...
- Increase by operators
I see appwrite have bunch of useful operators for querieng db. One more I would like to suggest is operators like increase the count of a int columns by 1,2.. ...