v.2.12.0#50
Merged
Merged
Conversation
- Added medium scale benchmark results (2026-06-13-1821) - Added smoke scale benchmark results (2026-06-13-1821) - Added huge scale benchmark results (2026-06-13-1825) - Added additional medium scale benchmark results (2026-06-13-1949) - Added additional smoke scale benchmark results (2026-06-13-1949) - Added full scale benchmark results (2026-06-13-1950) - Added additional huge scale benchmark results (2026-06-13-1951)
…d frame byte preservation
Set timeout-minutes for the validate job and workspace-check step to prevent hung tests from consuming the full GitHub Actions job window.
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.
Summary
Adds deferred ordered row-id scan support for simple ORDER BY LIMIT/OFFSET projections on deferred tables.
Keeps DbConfig::persistent_pk_index opt-in so the default write-heavy benchmark profile preserves its low-write-amplification behavior.
Fixes deferred paged-table ordering when the ORDER BY primary key is not part of the projection, including mixed update-and-append transactions.
Keeps cold secondary btree equality lookups on deferred paged tables from materializing the whole table by hydrating only the needed runtime index and
preserving deferred row storage.
Improves B+Tree decode diagnostics, hardens the sync relay websocket checkpoint test, and adjusts sanitizer CI behavior.
Bumps DecentDB package/version metadata to 2.12.0 and refreshes rust-baseline benchmark artifacts