-
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
[improvement](statistics)Return -1 when external table row count is unknown. #38990
Conversation
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
run buildall |
run buildall |
run performance |
run buildall |
fe/fe-core/src/main/java/org/apache/doris/datasource/ExternalRowCountCache.java
Show resolved
Hide resolved
fe/fe-core/src/main/java/org/apache/doris/datasource/iceberg/IcebergUtils.java
Show resolved
Hide resolved
fe/fe-core/src/main/java/org/apache/doris/datasource/paimon/PaimonExternalTable.java
Show resolved
Hide resolved
run buildall |
TPC-H: Total hot run time: 41066 ms
|
TPC-DS: Total hot run time: 169296 ms
|
ClickBench: Total hot run time: 30.49 s
|
run buildall |
TPC-H: Total hot run time: 39185 ms
|
run performance |
TPC-H: Total hot run time: 39836 ms
|
run performance |
TPC-H: Total hot run time: 39556 ms
|
TPC-DS: Total hot run time: 202111 ms
|
ClickBench: Total hot run time: 30.47 s
|
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
…nknown. (#38990) Return -1 when external table row count is unknown. Don't cache any row count value when loading row count for external table get exception.
…nknown. (apache#38990) Return -1 when external table row count is unknown. Don't cache any row count value when loading row count for external table get exception.
…nknown. (#38990) Return -1 when external table row count is unknown. Don't cache any row count value when loading row count for external table get exception.
Return -1 when external table row count is unknown.
Don't cache any row count value when loading row count for external table get exception.