-
Notifications
You must be signed in to change notification settings - Fork 3.7k
branch-3.1: [feature](load) new insgestion load #45937 #53200
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. Please clearly describe your PR:
|
|
run buildall |
TPC-H: Total hot run time: 40099 ms |
TPC-DS: Total hot run time: 197754 ms |
ClickBench: Total hot run time: 29.65 s |
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
### What problem does this PR solve? Problem Summary: Ingestion Load is used to load pre-processed data into doris. Preprocessing refers to writing the result data to an external storage system after the data is processed according to the partitioning, bucketing and aggregation methods defined by the doris table. The preprocessing is completed by the external system, and then the BE reads the data and converts it into segment files and saves it. The basic flow is as follows:  ### Release note [feature](load) new insgestion load (cherry picked from commit 6580f6b)
3a321cd to
4123798
Compare
|
run buildall |
TPC-H: Total hot run time: 39958 ms |
TPC-DS: Total hot run time: 196581 ms |
ClickBench: Total hot run time: 29.71 s |
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
|
use this: #53582 |
cherry-picked from #45937