-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BugFix] Do not cache metadata json files in IcebergCachingFileIO #54915
base: main
Are you sure you want to change the base?
Conversation
I'm afraid about the cold query performance if we don't cache it. What do you think? |
+1 |
Hello. I'm the author of #54786 I’m new to StarRocks and have a quick question. Does If not, could you please let me know which caches are flushed after running |
Signed-off-by: Youngwb <[email protected]>
fd6f991
to
8658a9f
Compare
Quality Gate passedIssues Measures |
@DorianZheng @zombee0 This PR do not cache the metadata json file for iceberg hadoop catalog, It does not affect the performance of hive/glue catalog |
|
Thank you for your detailed answer :) It would be nice if your explanation is described on the documentation |
[Java-Extensions Incremental Coverage Report]✅ pass : 0 / 0 (0%) |
[FE Incremental Coverage Report]✅ pass : 5 / 5 (100.00%) file detail
|
[BE Incremental Coverage Report]✅ pass : 0 / 0 (0%) |
Why I'm doing:
Fixes #54786
What I'm doing:
Do not cache metadata json files because the name could be same, like "v1.metadata.json" when re-create table with same name.
What type of PR is this:
Does this PR entail a change in behavior?
If yes, please specify the type of change:
Checklist:
Bugfix cherry-pick branch check: