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

Add row_limit settings #311

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Add row_limit settings #311

wants to merge 1 commit into from

Conversation

aki77
Copy link
Contributor

@aki77 aki77 commented Nov 16, 2020

I think this is useful in cases where the execution of a query doesn't time out, but the number of results is so large that it takes a long time to render.

I actually tested this with a simple query that returned 100,000 rows of results.
What would normally take more than 20 seconds to render was reduced to less than 5 seconds.

#270

@aki77
Copy link
Contributor Author

aki77 commented Apr 17, 2021

@ankane

What do you think about this PR?
I'm having trouble with occasional server failures due to queries being executed with too many results.
Even though I have set the timeout to 10 seconds, it hasn't helped because the query is running so fast.

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

Successfully merging this pull request may close these issues.

None yet

1 participant