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
feat: add IS NULL/IS NOT NULL page skip via nullCount stats
- IS NULL skips pages with nullCount=0 (no nulls to find)
- IS NOT NULL skips pages with nullCount=rowCount (all nulls)
- Updated performance docs to list all 12 page-skip filter ops
0 commit comments