feat(bench): partition-keys benchmark + read-amp repro harness#297
Draft
NikolayS wants to merge 2 commits into
Draft
feat(bench): partition-keys benchmark + read-amp repro harness#297NikolayS wants to merge 2 commits into
NikolayS wants to merge 2 commits into
Conversation
Split out of the partition-keys feature PR to keep that diff reviewable. Carries benchmark/partition-keys/ (VM harness + r1-ccx43 results) and blueprints/partition-keys/repro/ (read-amplification repro referenced by the partition-keys and idempotency specs). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
NikolayS
added a commit
that referenced
this pull request
Jul 8, 2026
benchmark/partition-keys/ and blueprints/partition-keys/repro/ now live in PR #297 (claude/pgque-partition-keys-bench), byte-identical. Keeps this PR's diff focused on the feature: SQL, tests, specs, briefs. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
4 tasks
NikolayS
added a commit
that referenced
this pull request
Jul 8, 2026
benchmark/partition-keys/ and blueprints/partition-keys/repro/ now live in PR #297 (claude/pgque-partition-keys-bench), byte-identical. Keeps this PR's diff focused on the feature: SQL, tests, specs, briefs. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
NikolayS
added a commit
that referenced
this pull request
Jul 8, 2026
benchmark/partition-keys/ and blueprints/partition-keys/repro/ now live in PR #297 (claude/pgque-partition-keys-bench), byte-identical. Keeps this PR's diff focused on the feature: SQL, tests, specs, briefs. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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.
Split out of #295 to keep that feature diff reviewable.
Carries:
benchmark/partition-keys/— VM benchmark harness (producer, slot workers, ticker, sampler, summarizer) plus the r1-ccx43 results summary.blueprints/partition-keys/repro/— the read-amplification repro referenced byblueprints/partition-keys/SPEC.md,blueprints/idempotency/SPEC.md, and the briefs.No SQL, tests, or docs changes — harness files only. Should merge shortly after the feature PR so the spec/brief path references to
blueprints/partition-keys/repro/resolve on main.Verification: files are byte-identical to what was in the feature PR before the split (
git diffbetween the two branches over these paths is empty).🤖 Generated with Claude Code