blazer
blazer copied to clipboard
Add row_limit settings
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
@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.