-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Configurable maxrows of 10k #3224
Comments
tirsen
changed the title
Flag for changing the maxrows of 10k
Configurable maxrows of 10k
Sep 21, 2017
Actually. It looks like globally there is already a flag?
|
That's correct. There's also a warn threshold you can set. At hubspot we set the warm threshold to 10k and limit to 100k so we can fix those queries as we migrate, rather than blow up |
I guess I can close this issue :) |
This was referenced Sep 26, 2022
This was referenced Oct 5, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We need to temporarily increase the 10k limit on rows in result sets for some queries.
AFAICT this seems to be hardcoded currently.
It would be good to be able to:
The text was updated successfully, but these errors were encountered: