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
docs: re-scope B9i (covering-scan row order) into B9h after investigation
Investigation found no standalone execution-order bug: graphite already reads a
covering index in index-walk order, and whenever graphite and SQLite pick the
same covering index the rows match. Every remaining no-ORDER-BY covering
divergence is a different access-path choice driven by SQLite's cost model
(narrow index vs wide-row table scan; smallest of several covering indexes) —
the same B9h/B4 territory the pinned no-stat4 oracle makes un-differential-
testable. Folded the covering-scan row-order parity into B9h; no code change.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments