Uh oh!
There was an error while loading. Please reload this page.
[enhance](paimon) opt count pushdown for paimon and refactor be logic - #46911
Conversation
hello-stephen
commented
Jan 13, 2025
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
f2b8b1a to
00d24fbCompare1c66856 to
4d1346aCompare4d1346a to
7ea07ceCompare7ea07ce to
80e7eeeComparesuxiaogang223
commented
Feb 21, 2025
run buildall |
doris-robot
commented
Feb 21, 2025
TeamCity cloud ut coverage result: |
doris-robot
commented
Feb 21, 2025
TPC-H: Total hot run time: 31662 ms |
doris-robot
commented
Feb 21, 2025
TPC-DS: Total hot run time: 184542 ms |
doris-robot
commented
Feb 21, 2025
ClickBench: Total hot run time: 30.93 s |
doris-robot
commented
Feb 21, 2025
TeamCity be ut coverage result: |
suxiaogang223
commented
Feb 21, 2025
run buildall |
doris-robot
commented
Feb 21, 2025
TeamCity cloud ut coverage result: |
doris-robot
commented
Feb 21, 2025
TPC-H: Total hot run time: 31565 ms |
doris-robot
commented
Feb 21, 2025
TPC-DS: Total hot run time: 190729 ms |
doris-robot
commented
Feb 21, 2025
ClickBench: Total hot run time: 31.11 s |
suxiaogang223
commented
Feb 28, 2025
run buildall |
doris-robot
commented
Feb 28, 2025
TeamCity cloud ut coverage result: |
doris-robot
commented
Feb 28, 2025
TPC-H: Total hot run time: 32084 ms |
doris-robot
commented
Feb 28, 2025
TPC-DS: Total hot run time: 191048 ms |
doris-robot
commented
Feb 28, 2025
ClickBench: Total hot run time: 31.39 s |
hello-stephen
commented
Feb 28, 2025
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
PR approved by at least one committer and no changes requested. |
…apache#46911) ### What problem does this PR solve? Related PR: apache#44038 1. Obtain directly from statistics for select count(*) from paimon_table 2. Refactor TableFormatReader, move same logic of IcebergTableReader, PaimonTableReader and TransactionalHiveReader to TableFormatReader
…apache#46911) ### What problem does this PR solve? Related PR: apache#44038 1. Obtain directly from statistics for select count(*) from paimon_table 2. Refactor TableFormatReader, move same logic of IcebergTableReader, PaimonTableReader and TransactionalHiveReader to TableFormatReader
…apache#46911) Related PR: apache#44038 1. Obtain directly from statistics for select count(*) from paimon_table 2. Refactor TableFormatReader, move same logic of IcebergTableReader, PaimonTableReader and TransactionalHiveReader to TableFormatReader
…apache#46911) Related PR: apache#44038 1. Obtain directly from statistics for select count(*) from paimon_table 2. Refactor TableFormatReader, move same logic of IcebergTableReader, PaimonTableReader and TransactionalHiveReader to TableFormatReader
…apache#46911) Related PR: apache#44038 1. Obtain directly from statistics for select count(*) from paimon_table 2. Refactor TableFormatReader, move same logic of IcebergTableReader, PaimonTableReader and TransactionalHiveReader to TableFormatReader
…apache#46911) Related PR: apache#44038 1. Obtain directly from statistics for select count(*) from paimon_table 2. Refactor TableFormatReader, move same logic of IcebergTableReader, PaimonTableReader and TransactionalHiveReader to TableFormatReader
### What problem does this PR solve? Related PR: #46911 1. Fixed the bug of querying count(*) from paimon table which is `merge on read` 2. For each split of the Paimon table, determine whether count(*) optimization can be performed.
Related PR: apache#46911 1. Fixed the bug of querying count(*) from paimon table which is `merge on read` 2. For each split of the Paimon table, determine whether count(*) optimization can be performed.
What problem does this PR solve?
Related PR: #44038
Release note
None
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)