Skip to content

fix: Fixing secondary index read perf for V1 layout#14149

Merged
nsivabalan merged 1 commit into
apache:masterfrom
nsivabalan:secondaryIndexV1ReadsPerf
Oct 27, 2025
Merged

fix: Fixing secondary index read perf for V1 layout#14149
nsivabalan merged 1 commit into
apache:masterfrom
nsivabalan:secondaryIndexV1ReadsPerf

Conversation

@nsivabalan
Copy link
Copy Markdown
Contributor

@nsivabalan nsivabalan commented Oct 23, 2025

Describe the issue this Pull Request addresses

While adding V2 support for Secondary index, we added a refactoring or V1 read path which resulted in some perf regression. Fixing the V1 read of secondary index. We saw > 10X perf regression w/ the code block of interest.

Summary and Changelog

While adding V2 support for Secondary index, we added a refactoring or V1 read path which resulted in some perf regression. Fixing the V1 read of secondary index.

Impact

Perf numbers on par or better compared to reading with 1.0.2 hudi.

Risk Level

low

Documentation Update

Contributor's checklist

  • Read through contributor's guide
  • Enough context is provided in the sections above
  • Adequate tests were added if applicable

@github-actions github-actions Bot added the size:XS PR with lines of changes in <= 10 label Oct 23, 2025
@hudi-bot
Copy link
Copy Markdown
Collaborator

CI report:

Bot commands @hudi-bot supports the following commands:
  • @hudi-bot run azure re-run the last Azure build

Copy link
Copy Markdown
Contributor

@jonvex jonvex left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@nsivabalan nsivabalan merged commit eddfa31 into apache:master Oct 27, 2025
138 of 139 checks passed
yihua pushed a commit that referenced this pull request Oct 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:XS PR with lines of changes in <= 10

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants