Redash: Set a default max-rows for all queries

Created on 16 Mar 2017  路  1Comment  路  Source: getredash/redash

Rewrite SQL queries and set a default max-row value Lets say 10000, something sane that does not cause browser not to crash when accidentally returning a ton of data from the server. Most newbies are using redash and first thing they do is run a select * from a multi-million row table and cry for help.

Most helpful comment

I think a better solution would be to implement pagination on data sent to the client after it is fetched from the database.

>All comments

I think a better solution would be to implement pagination on data sent to the client after it is fetched from the database.

Was this page helpful?
0 / 5 - 0 ratings