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.
I think a better solution would be to implement pagination on data sent to the client after it is fetched from the database.
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.