Uh oh!
There was an error while loading. Please reload this page.
[Feature](Point Query) fully support in nereids - #35823
Conversation
doris-robot
commented
Jun 3, 2024
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
eldenmoon
commented
Jun 3, 2024
run buildall |
doris-robot
commented
Jun 3, 2024
TPC-H: Total hot run time: 40576 ms |
doris-robot
commented
Jun 3, 2024
TPC-DS: Total hot run time: 169826 ms |
doris-robot
commented
Jun 3, 2024
ClickBench: Total hot run time: 30.78 s |
morrySnow
commented
Jun 4, 2024
|
eldenmoon
commented
Jun 4, 2024
done |
Uh oh!
There was an error while loading. Please reload this page.
| public static final String MAX_INSTANCE_NUM = "max_instance_num"; | ||
| public static final String ENABLE_INSERT_STRICT = "enable_insert_strict"; | ||
| public static final String ENABLE_SPILLING = "enable_spilling"; | ||
| public static final String ENABLE_SHORT_CIRCUIT_QUERY = "enable_short_circuit_query"; |
There was a problem hiding this comment.
suggest a more specific name enable_short_circuit_point_query
Uh oh!
There was an error while loading. Please reload this page.
| @Override | ||
| public void exec() throws Exception { | ||
| // Do nothing |
There was a problem hiding this comment.
Why do nothing? Add comment to explain.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
6600f4c to
07b73bcCompareeldenmoon
commented
Jun 11, 2024
run buildall |
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
doris-robot
commented
Jun 11, 2024
TPC-H: Total hot run time: 39579 ms |
doris-robot
commented
Jun 11, 2024
TPC-DS: Total hot run time: 172514 ms |
doris-robot
commented
Jun 11, 2024
ClickBench: Total hot run time: 30.4 s |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
eldenmoon
commented
Jun 12, 2024
run buildall |
doris-robot
commented
Jun 12, 2024
TPC-H: Total hot run time: 39916 ms |
doris-robot
commented
Jun 12, 2024
TPC-DS: Total hot run time: 172266 ms |
doris-robot
commented
Jun 12, 2024
ClickBench: Total hot run time: 30.19 s |
eldenmoon
commented
Jun 12, 2024
run buildall |
doris-robot
commented
Jun 12, 2024
TPC-H: Total hot run time: 39787 ms |
doris-robot
commented
Jun 12, 2024
TPC-DS: Total hot run time: 173236 ms |
doris-robot
commented
Jun 12, 2024
ClickBench: Total hot run time: 30.93 s |
PR approved by at least one committer and no changes requested. |
Queries like `select * from tbl` will pass `LogicalResultSinkToShortCircuitPointQuery` rule in the previous. Introduced by #35823
…e#36400) Queries like `select * from tbl` will pass `LogicalResultSinkToShortCircuitPointQuery` rule in the previous. Introduced by apache#35823
Queries like `select * from tbl` will pass `LogicalResultSinkToShortCircuitPointQuery` rule in the previous. Introduced by #35823
step2: support short circuit query and short circuit(full) prepared step1 PR: apache#35318 original implementation in legacy planner: apache#15491
…e#36400) Queries like `select * from tbl` will pass `LogicalResultSinkToShortCircuitPointQuery` rule in the previous. Introduced by apache#35823
Proposed changes
step2: support short circuit query and short circuit(full) prepared
step1 PR: #35318
original implementation in legacy planner: #15491
Issue Number: close #xxx