Skip to content

NoSQL: Split oversized NoSQL index stripes by target size#4566

Open
snazy wants to merge 1 commit into
apache:mainfrom
snazy:nosql-idx-split-oversized
Open

NoSQL: Split oversized NoSQL index stripes by target size#4566
snazy wants to merge 1 commit into
apache:mainfrom
snazy:nosql-idx-split-oversized

Conversation

@snazy
Copy link
Copy Markdown
Member

@snazy snazy commented May 28, 2026

Replace the old count-oriented stripe split behavior with a target-size driven path at the UpdatableIndexImpl level.

That keeps oversized stripes from dragging too much neighboring data along when we have to rewrite them, and it gives us better control over large entry distributions.

Depends on #4565, see also #4567

Replace the old count-oriented stripe split behavior with a target-size driven
path at the UpdatableIndexImpl level.

That keeps oversized stripes from dragging too much neighboring data along
when we have to rewrite them, and it gives us better control over large entry
distributions.
@snazy snazy force-pushed the nosql-idx-split-oversized branch from 91923ee to 43c468a Compare May 30, 2026 07:29
@snazy snazy marked this pull request as ready for review May 30, 2026 07:29
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