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

Increase row count limits for rollup tables #22517

Merged
merged 1 commit into from May 21, 2018

Conversation

bencodeorg
Copy link
Contributor

@bencodeorg bencodeorg commented May 18, 2018

Increases limit that raises exception when creating tables used for analysis of multiple choice questions and survey responses by an order of magnitude. These limits were put in place in January 2017 and were outgrown in ~1.5 years, so making limit much larger to avoid similar issues in the future.

Confirmed via querying production data that current sizes are (or would be if the exception hadn't been raised):
contained_levels: 1412 (raised exception)
contained_level_answers: 7419
level_sources_multi_types: 6854

Also improved error message to include the size of the table that is causing an exception.

@bencodeorg bencodeorg requested a review from wjordan May 18, 2018 16:43
@wjordan
Copy link
Contributor

wjordan commented May 21, 2018

Looks good, thanks for tracking down + adjusting this!

@bencodeorg bencodeorg merged commit 011525f into staging May 21, 2018
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

2 participants