Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set a default max-rows for all queries #1671

Open
robin-anil opened this issue Mar 16, 2017 · 1 comment
Open

Set a default max-rows for all queries #1671

robin-anil opened this issue Mar 16, 2017 · 1 comment

Comments

@robin-anil
Copy link

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.

@metachu
Copy link

metachu commented Apr 20, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants