How to increase the result of the select statement?

Now there is a limit of 5MB. Is there a way to increase that so that I can deal with a larger dataset?

@gkluczyn this limitation is only there on our cloud edition. If you are self hosting, you can increase this in your docker.env by setting APPSMITH_PLUGIN_MAX_RESPONSE_SIZE_MB=10

1 Like

@gkluczyn also I recommend that you use server side pagination to deal with large datasets