Is there any way to increase the Batch Size of Bulk Operations on Appwrite Self Hosted? When I try to perform more than 100 operations per batch, I get the following error
Invalid rows param: Value must a valid array no longer than 100 items and Value must be a valid JSON string
its a constant APP_LIMIT_DATABASE_BATCH = 100
Is there a plan to change this to an env var in the future?
i think it might be a constant deliberately, maybe db load issue. <@1356535431834898634> might have more idea
According to the docs, Pro Plan Users can have a value up to 1000, so at the very least it should be able to go upto that
Recommended threads
- hi guys! my site is not accesible in my ...
- MongoDb Database Breaks integer[] & bigi...
I've got a table with the below column created. When I try to insert the value `[-3408048000]` into it, the dart sdk cloud function call is successful (no error...
- Delete on cascade from Cloud Function
I'm writing a Python function that deletes a user's main row from a table in my database. This row has relationships with other tables that use cascade deletion...