parallel-workload: Use more interesting expressions in SELECT, views and conditions; support COPY FROM STDIN; prepared statements; run 10x faster#33520
Merged
def- merged 16 commits intoMaterializeInc:mainfrom Sep 15, 2025
Conversation
816f36f to
8abbce7
Compare
def-
commented
Sep 5, 2025
Contributor
Author
There was a problem hiding this comment.
This is far from exhaustive btw, but the same is true of everything in parallel-workload.
Contributor
Author
|
Update: https://github.com/MaterializeInc/database-issues/issues/7578 is more likely now, but https://github.com/MaterializeInc/database-issues/issues/9656 is currently blocking merging this PR because it's panicking a lot in CI. Edit: I'll disable the persist audit in parallel-workload. |
0b772c2 to
0c88a74
Compare
fe0ede2 to
2346196
Compare
Before: > QPS: 001.3 002.8 000.0 001.1 000.9 002.0 002.1 002.2 000.0 002.0 001.3 001.6 001.1 002.3 001.9 001.8 After: > QPS: 022.8 026.0 000.2 022.3 019.8 025.5 004.6 000.2 008.4 020.2 008.6 022.2 000.4 007.6 024.1 007.0 Using external blob store and cockroach is that much slower.
5 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivated by https://materializeinc.slack.com/archives/CU7ELJ6E9/p1756852503595199
I always knew we'd need more general expressions, so finally got around to implementing them (and removing all the TODO comments).
That reproduces the original issue easily in 4/9 runs: https://buildkite.com/materialize/nightly/builds/13133
This also found an unrelated bug: https://github.com/MaterializeInc/database-issues/issues/9656
New run with #33500 included should show us if it's fixed: https://buildkite.com/materialize/nightly/builds/13136
Checklist
$T ⇔ Proto$Tmapping (possibly in a backwards-incompatible way), then it is tagged with aT-protolabel.