You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Browse filesBrowse the repository at this point in the historyBrowse files
MPCoreDeveloper
committed
bench(pk-default): add diagnostic config variants and correct the P3 analysis
Single-knob isolation (SHARPCOREDB_PK_DEFAULT_VARIANT=async|bufferedio|novalidate|
noadaptive|hsinsert|plain|tuned) shows the earlier FullSync-dominance claim was
wrong: WalDurabilityMode is only honored by GroupCommitWAL (off by default) and
the async variant measures the same as default. NoEncryptMode moves default
UPDATE ~1.3x (plain ~145K vs tuned ~109K median) and machine drift spans
275-315K on SQLite itself across the same window.
docs/benchmarks/default-config-pk.md corrected: no blind 'FullSync commit-flush
optimization'; the next step is a same-window interleaved A/B harness mode so
default-vs-tuned deltas are attributable before any code change.
0 commit comments