Skip to content

[core] Reduce file store scan for overwriting if new changes doesn't touch the target partitions#7894

Merged
yuzelin merged 4 commits into
apache:masterfrom
yuzelin:optimize-overwrite
May 20, 2026
Merged

[core] Reduce file store scan for overwriting if new changes doesn't touch the target partitions#7894
yuzelin merged 4 commits into
apache:masterfrom
yuzelin:optimize-overwrite

Conversation

@yuzelin
Copy link
Copy Markdown
Contributor

@yuzelin yuzelin commented May 19, 2026

Purpose

We have manifest cache now, but through test, the cache can reduce read file time, but the more time is spent on decode file content. And in test case, the user commit interval is 30s, readOverwriteChanges will use 60s - 80s.
Since the overwrite partitions are rarely to be changed, I think cache the manifest entries is a good idea.

Tests

@yuzelin yuzelin merged commit 43376f1 into apache:master May 20, 2026
12 checks passed
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