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

Queries return max 1000 rows without subsequent pages #84

Closed
userkay opened this issue Aug 19, 2021 · 1 comment
Closed

Queries return max 1000 rows without subsequent pages #84

userkay opened this issue Aug 19, 2021 · 1 comment

Comments

@userkay
Copy link

userkay commented Aug 19, 2021

Queries return a maximum of 1000 rows without the ability to browse through subsequent pages

@coleifer
Copy link
Owner

Yes, this is intentional - what do you expect - to crash the browser if you are querying a 1M row table? Can you even properly read and analyze >1000 rows? If you want pagination then add the appropriate LIMIT/OFFSET clauses to the query you are executing.

NOTE: this 1000 row limit is only imposed on the HTML rendering. The export functionality will always export all rows for the query.

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