Skip to content

v.2.12.0#50

Merged
sphildreth merged 3 commits into
mainfrom
sph.2026-06-12.01
Jun 13, 2026
Merged

v.2.12.0#50
sphildreth merged 3 commits into
mainfrom
sph.2026-06-12.01

Conversation

@sphildreth

Copy link
Copy Markdown
Owner

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

- 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)
Set timeout-minutes for the validate job and workspace-check step to
prevent hung tests from consuming the full GitHub Actions job window.
@sphildreth sphildreth changed the title Add benchmark results for medium, smoke, huge, and full scales v.2.12.0 Jun 13, 2026
@sphildreth sphildreth merged commit f0645de into main Jun 13, 2026
3 checks passed
@sphildreth sphildreth deleted the sph.2026-06-12.01 branch June 13, 2026 20:22
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.

1 participant