Skip to content

SQL-3178: Disable Q12 in TPCH monthly benchmark#134

Open
jchemburkar wants to merge 2 commits into
mongodb:mainfrom
jchemburkar:SQL-3178
Open

SQL-3178: Disable Q12 in TPCH monthly benchmark#134
jchemburkar wants to merge 2 commits into
mongodb:mainfrom
jchemburkar:SQL-3178

Conversation

@jchemburkar
Copy link
Copy Markdown
Collaborator

Q12 times out due to the OR de-optimization regression (SQL-3118), consuming the entire 24h task budget and blocking all subsequent queries from running. Replace with NoopPhase to keep phase numbering intact.

Q12 times out due to the OR de-optimization regression (SQL-3118), consuming
the entire 24h task budget and blocking all subsequent queries from running.
Replace with NoopPhase to keep phase numbering intact.
@jchemburkar jchemburkar requested a review from a team as a code owner April 6, 2026 04:44
@mattChiaravalloti
Copy link
Copy Markdown
Collaborator

Did you create a patch that shows the task now completes for all other queries? Can you share the link if so -- I'm curious to see the numbers lately since the last 3 months are red and the next one won't run automatically until end of month.

@jchemburkar
Copy link
Copy Markdown
Collaborator Author

@mattChiaravalloti I kicked it off last night and its still running haha: https://spruce.corp.mongodb.com/task/mongosql_tpch_monthly_tpch_0.1_normalized_atlas_sql_patch_823c5e023c34a02827d1afb9b753efcac084d65b_69d32036ef76be0008c75894_26_04_06_02_53_53/logs?execution=0

there are other slow queries that are potentially non-blocking (ie take 1-2 hours) so wanted to see if just removing 12 will get the benchmark to pass. will be keeping my eye on this one tho

@mattChiaravalloti
Copy link
Copy Markdown
Collaborator

@mattChiaravalloti I kicked it off last night and its still running haha: https://spruce.corp.mongodb.com/task/mongosql_tpch_monthly_tpch_0.1_normalized_atlas_sql_patch_823c5e023c34a02827d1afb9b753efcac084d65b_69d32036ef76be0008c75894_26_04_06_02_53_53/logs?execution=0

there are other slow queries that are potentially non-blocking (ie take 1-2 hours) so wanted to see if just removing 12 will get the benchmark to pass. will be keeping my eye on this one tho

Cool yea so let's hold off on merging this until that finishes just to be totally sure

Q19 also times out due to the OR de-optimization regression (SQL-3118),
consuming the remaining 24h task budget after Q12 was disabled.
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.

3 participants