-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[fix](mtmv)Fix that the storage medium specified for the mtmv is SSD, but the partition storage medium for the mtmv is still HDD #35644
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
Conversation
|
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
|
run buildall |
|
run performance |
|
run buildall |
TPC-H: Total hot run time: 41674 ms |
TPC-DS: Total hot run time: 172287 ms |
ClickBench: Total hot run time: 30.88 s |
|
run buildall |
TPC-H: Total hot run time: 40159 ms |
|
run buildall |
TPC-H: Total hot run time: 41718 ms |
TPC-DS: Total hot run time: 169392 ms |
ClickBench: Total hot run time: 30.25 s |
|
PR approved by at least one committer and no changes requested. |
|
PR approved by anyone and no changes requested. |
shuke987
left a comment
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
…, but the partition storage medium for the mtmv is still HDD (#35644) fix when create mtmv use property `'storage_medium' = 'SSD'`,after refresh mtmv, partition's `storage_medium` is HDD Not only is there a problem with mtmv, but essentially, when creating partitions, there is no inheritance of the table
…, but the partition storage medium for the mtmv is still HDD (apache#35644) fix when create mtmv use property `'storage_medium' = 'SSD'`,after refresh mtmv, partition's `storage_medium` is HDD Not only is there a problem with mtmv, but essentially, when creating partitions, there is no inheritance of the table
…, but the partition storage medium for the mtmv is still HDD (apache#35644) fix when create mtmv use property `'storage_medium' = 'SSD'`,after refresh mtmv, partition's `storage_medium` is HDD Not only is there a problem with mtmv, but essentially, when creating partitions, there is no inheritance of the table
… table (#41192) revert #35644 table if not set storage medium, will set default by `Config.default_storage_medium`, at present, we cannot distinguish whether the storage medium of the table is set by the user. If it is not set by the user, it represents priority use rather than mandatory use. If we directly inherit the storage medium of the table, it may cause the partition to be forced to use 'Config. default_storage_madium', resulting in the partition being unable to be created
… table (apache#41192) revert apache#35644 table if not set storage medium, will set default by `Config.default_storage_medium`, at present, we cannot distinguish whether the storage medium of the table is set by the user. If it is not set by the user, it represents priority use rather than mandatory use. If we directly inherit the storage medium of the table, it may cause the partition to be forced to use 'Config. default_storage_madium', resulting in the partition being unable to be created
… table (apache#41192) revert apache#35644 table if not set storage medium, will set default by `Config.default_storage_medium`, at present, we cannot distinguish whether the storage medium of the table is set by the user. If it is not set by the user, it represents priority use rather than mandatory use. If we directly inherit the storage medium of the table, it may cause the partition to be forced to use 'Config. default_storage_madium', resulting in the partition being unable to be created
… table (#41192) revert #35644 table if not set storage medium, will set default by `Config.default_storage_medium`, at present, we cannot distinguish whether the storage medium of the table is set by the user. If it is not set by the user, it represents priority use rather than mandatory use. If we directly inherit the storage medium of the table, it may cause the partition to be forced to use 'Config. default_storage_madium', resulting in the partition being unable to be created
fix when create mtmv use property
'storage_medium' = 'SSD',after refresh mtmv, partition'sstorage_mediumis HDDNot only is there a problem with mtmv, but essentially, when creating partitions, there is no inheritance of the table