Skip to content

remove database seek index - #7182

Merged
mccanne merged 1 commit into
mainfrom
no-seek-index-2
Aug 5, 2026
Merged

remove database seek index#7182
mccanne merged 1 commit into
mainfrom
no-seek-index-2

Conversation

@mccanne

@mccanne mccanne commented Aug 5, 2026

Copy link
Copy Markdown
Collaborator

This commit removes the seek index from the database design since we will be changing the data object format from row to column form. Column files will implement efficient range scans without seek indexes.

This change will also simplify the forthcoming PR for merging BSUP/CSUP into a unified binary SUP.

This commit removes the seek index from the database design since
we will be changing the data object format from row to column form.
Column files will implement efficient range scans without seek indexes.

This change will also simplify the forthcoming PR for merging
BSUP/CSUP into a unified binary SUP.
@mccanne
mccanne merged commit 3051fee into main Aug 5, 2026
4 checks passed
@mccanne
mccanne deleted the no-seek-index-2 branch August 5, 2026 17:07
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.

2 participants