-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
[fix](inverted index) warm up inverted index #38986
Conversation
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
TPC-H: Total hot run time: 41854 ms
|
TPC-DS: Total hot run time: 170506 ms
|
ClickBench: Total hot run time: 30.12 s
|
}; | ||
_engine.file_cache_block_downloader().submit_download_task(std::move(meta)); | ||
}; | ||
auto idx_version = rs->tablet_schema()->get_inverted_index_storage_format(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if (rs->tablet_schema()->has_inverted_index())
@@ -114,6 +114,40 @@ void CloudWarmUpManager::handle_jobs() { | |||
wait->signal(); | |||
}, | |||
}); | |||
|
|||
// idx | |||
auto download_idx_file = [&](const io::Path& idx_path) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The CloudTablet::add_rowsets
also requires this.
@@ -76,7 +76,7 @@ class FileCacheBlockDownloader { | |||
|
|||
private: | |||
void download_file_cache_block(const DownloadTask::FileCacheBlockMetaVec&); | |||
void download_segment_file(const DownloadFileMeta&); | |||
void download_file(const DownloadFileMeta&); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why rename?
clang-tidy review says "All clean, LGTM! 👍" |
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
PR approved by anyone and no changes requested. |
TPC-H: Total hot run time: 39965 ms
|
TPC-H: Total hot run time: 39746 ms
|
TPC-DS: Total hot run time: 201626 ms
|
ClickBench: Total hot run time: 31.18 s
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
PR approved by at least one committer and no changes requested. |
Proposed changes
Issue Number: close #xxx