Uh oh!
There was an error while loading. Please reload this page.
[Opt](Serde) optimize serialization to string on variant type - #43237
Conversation
1. avoid sanitize type each time serialization one row 2. use type id to compare instead of compare type name
doris-robot
commented
Nov 5, 2024
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
eldenmoon
commented
Nov 5, 2024
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
doris-robot
commented
Nov 5, 2024
TeamCity be ut coverage result: |
doris-robot
commented
Nov 5, 2024
TPC-H: Total hot run time: 41446 ms |
doris-robot
commented
Nov 5, 2024
TPC-DS: Total hot run time: 196848 ms |
doris-robot
commented
Nov 5, 2024
ClickBench: Total hot run time: 33.04 s |
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
1. avoid sanitize type each time serialization one row 2. use type id to compare instead of compare type name  `select count(cast(payload["issue"] as string)) from gharchive` before 101s after 15s
…#43237) 1. avoid sanitize type each time serialization one row 2. use type id to compare instead of compare type name  `select count(cast(payload["issue"] as string)) from gharchive` before 101s after 15s
…#43237) 1. avoid sanitize type each time serialization one row 2. use type id to compare instead of compare type name  `select count(cast(payload["issue"] as string)) from gharchive` before 101s after 15s
…#43237) 1. avoid sanitize type each time serialization one row 2. use type id to compare instead of compare type name  `select count(cast(payload["issue"] as string)) from gharchive` before 101s after 15s
…#43237) 1. avoid sanitize type each time serialization one row 2. use type id to compare instead of compare type name  `select count(cast(payload["issue"] as string)) from gharchive` before 101s after 15s
select count(cast(payload["issue"] as string)) from gharchivebefore 101s
after 15s
What problem does this PR solve?
Issue Number: close #xxx
Related PR: #xxx
Problem Summary:
Check List (For Committer)
Test
Behavior changed:
Does this need documentation?
Release note
None
Check List (For Reviewer who merge this PR)