Uh oh!
There was an error while loading. Please reload this page.
[enhancement](csv_reader)Optimize the reading efficiency of nullable (string) columns. - #24698
Conversation
clang-tidy review says "All clean, LGTM! 👍" |
hubgeter
commented
Sep 20, 2023
run clickbench |
doris-robot
commented
Sep 20, 2023
(From new machine)TeamCity pipeline, clickbench performance test result: |
hubgeter
commented
Sep 20, 2023
run clickbench |
clang-tidy review says "All clean, LGTM! 👍" |
doris-robot
commented
Sep 20, 2023
(From new machine)TeamCity pipeline, clickbench performance test result: |
morningman
commented
Sep 21, 2023
run buildall |
doris-robot
commented
Sep 21, 2023
TeamCity be ut coverage result: |
doris-robot
commented
Sep 21, 2023
(From new machine)TeamCity pipeline, clickbench performance test result: |
| } else { | ||
| _options.map_key_delim = _params.file_attributes.text_params.mapkv_delimiter[0]; | ||
| } | ||
| if (is_load) { |
There was a problem hiding this comment.
Better check again, check if all columns are nullable string, in case that FE planner may change the behavior
318a4bb to
2f1b992Comparehubgeter
commented
Sep 21, 2023
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
2f1b992 to
ee63648Comparehubgeter
commented
Sep 21, 2023
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
ee63648 to
b91a9afCompareclang-tidy review says "All clean, LGTM! 👍" |
hubgeter
commented
Sep 22, 2023
run buildall |
doris-robot
commented
Sep 22, 2023
TeamCity be ut coverage result: |
doris-robot
commented
Sep 22, 2023
(From new machine)TeamCity pipeline, clickbench performance test result: |
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
clang-tidy review says "All clean, LGTM! 👍" |
hubgeter
commented
Sep 22, 2023
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
doris-robot
commented
Sep 22, 2023
TeamCity be ut coverage result: |
doris-robot
commented
Sep 22, 2023
(From new machine)TeamCity pipeline, clickbench performance test result: |
…(string) columns. (#24698) Optimize the performance of stream load tsv by reducing virtual function calls . (Optimize read performance of nullable (string) columns by reducing virtual function calls.) before : 600+ s after : 560+ s
Proposed changes
Issue Number: close #xxx
Optimize the performance of stream load tsv by reducing virtual function calls .
(Optimize read performance of
nullable (string)columns by reducing virtual function calls.)before : 600+ s
after : 560+ s
Further comments
If this is a relatively large or complex change, kick off the discussion at dev@doris.apache.org by explaining why you chose the solution you did and what alternatives you considered, etc...