-
Notifications
You must be signed in to change notification settings - Fork 3.6k
[opt](filecache) schema change adaptive to file cache #57470
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
base: master
Are you sure you want to change the base?
Conversation
|
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
| DCHECK_EQ(_output_rowset->version(), _input_rowsets[0]->version()); | ||
| // MUST NOT move input rowset to stale path. | ||
| cloud_tablet()->add_rowsets({_output_rowset}, true, wrlock); | ||
| cloud_tablet()->add_rowsets({_output_rowset}, true, wrlock, true); |
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.
This should be also fixed, we cannot always warm up data when doing index compaction.
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.
in a separate PR
|
run buildall |
1 similar comment
|
run buildall |
TPC-DS: Total hot run time: 190149 ms |
ClickBench: Total hot run time: 27.81 s |
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
7974597 to
915dcbd
Compare
fecf849 to
c33eb68
Compare
No description provided.