Uh oh!
There was an error while loading. Please reload this page.
[feature](schema) support temporary table like mysql - #49112
Conversation
Thearas
commented
Mar 16, 2025
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
Yulei-Yang
commented
Mar 16, 2025
run buildall |
doris-robot
commented
Mar 16, 2025
TeamCity cloud ut coverage result: |
doris-robot
commented
Mar 16, 2025
TPC-H: Total hot run time: 39983 ms |
doris-robot
commented
Mar 16, 2025
TPC-DS: Total hot run time: 196684 ms |
doris-robot
commented
Mar 16, 2025
ClickBench: Total hot run time: 33.55 s |
doris-robot
commented
Mar 16, 2025
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
add a table type: temporary table: a materialized table which only available in the session it be created. Another feature: can have same name with common table in the same db. Docs: apache/doris-website#1135 Implementation: 1. add a table type: temp, which a subtype of olap 2. use most code implementation of olap table 3. delete temp table when session close 4. if FE be shutdown unplanned, like blackout. Temp tables will still be deleted PRD: https://docs.qq.com/sheet/DR3FHZUJEbGV2RU9U?u=f0e5811fea2e4db7b37c15953f7461ee&tab=000001
80ec43a to
3be4b1cCompareYulei-Yang
commented
May 11, 2025
run buildall |
doris-robot
commented
May 11, 2025
TeamCity cloud ut coverage result: |
doris-robot
commented
May 11, 2025
TPC-H: Total hot run time: 40165 ms |
doris-robot
commented
May 11, 2025
TPC-DS: Total hot run time: 197148 ms |
doris-robot
commented
May 11, 2025
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
doris-robot
commented
May 11, 2025
ClickBench: Total hot run time: 33.62 s |
Yulei-Yang
commented
May 18, 2025
run p0 |
pingchunzhang
commented
May 21, 2025
run buildall |
PR: apache/doris#40680 PR: apache/doris#49112 ## Versions - [x] dev - [] 3.0 - [ ] 2.1 - [ ] 2.0 ## Languages - [x] Chinese - [x] English ## Docs Checklist - [ ] Checked by AI - [ ] Test Cases Built
doris-robot
commented
May 21, 2025
Cloud UT Coverage ReportIncrement line coverage Increment coverage report
|
doris-robot
commented
May 21, 2025
TPC-H: Total hot run time: 39969 ms |
doris-robot
commented
May 21, 2025
TPC-DS: Total hot run time: 196904 ms |
doris-robot
commented
May 21, 2025
ClickBench: Total hot run time: 31.7 s |
doris-robot
commented
May 21, 2025
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
PR: apache/doris#40680 PR: apache/doris#49112 ## Versions - [x] dev - [] 3.0 - [ ] 2.1 - [ ] 2.0 ## Languages - [x] Chinese - [x] English ## Docs Checklist - [ ] Checked by AI - [ ] Test Cases Built
We're closing this PR because it hasn't been updated in a while. |
bp: #40680