Uh oh!
There was an error while loading. Please reload this page.
[feature](hive) support hive write text table - #38549
Conversation
doris-robot
commented
Jul 30, 2024
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
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.
c7b1696 to
321ec9bComparesuxiaogang223
commented
Aug 15, 2024
run buildall |
4 similar comments
morningman
commented
Aug 18, 2024
run buildall |
suxiaogang223
commented
Aug 19, 2024
run buildall |
suxiaogang223
commented
Aug 19, 2024
run buildall |
suxiaogang223
commented
Aug 20, 2024
run buildall |
doris-robot
commented
Aug 20, 2024
TPC-H: Total hot run time: 38864 ms |
Uh oh!
There was an error while loading. Please reload this page.
| public int sortPhaseNum = 0; | ||
| @VariableMgr.VarAttr(name = HIVE_TEXT_COMPRESSION, needForward = true) | ||
| private String hiveTextCompression = "uncompressed"; |
There was a problem hiding this comment.
It is used to determine the compressed file format written to the hive_text table.
f69e658 to
3ecc571Comparesuxiaogang223
commented
Aug 23, 2024
run buildall |
1 similar comment
suxiaogang223
commented
Aug 24, 2024
run buildall |
doris-robot
commented
Aug 24, 2024
TPC-H: Total hot run time: 38232 ms |
doris-robot
commented
Aug 24, 2024
TPC-DS: Total hot run time: 191595 ms |
doris-robot
commented
Aug 24, 2024
ClickBench: Total hot run time: 31.04 s |
suxiaogang223
commented
Aug 26, 2024
run buildall |
doris-robot
commented
Aug 26, 2024
TPC-H: Total hot run time: 38151 ms |
doris-robot
commented
Aug 26, 2024
TPC-DS: Total hot run time: 191796 ms |
doris-robot
commented
Aug 26, 2024
ClickBench: Total hot run time: 31.01 s |
1. Support write hive text table 2. Add SessionVariable `hive_text_compression` to write compressed hive text table 3. Supported compression type: gzip, bzip2, snappy, lz4, zstd
1. Support write hive text table 2. Add SessionVariable `hive_text_compression` to write compressed hive text table 3. Supported compression type: gzip, bzip2, snappy, lz4, zstd
… (apache#40063)" This reverts commit c6df7c2.
followup #38549 If the large_block_len is 0, should not continue reading the block_len.
1. Support write hive text table 2. Add SessionVariable `hive_text_compression` to write compressed hive text table 3. Supported compression type: gzip, bzip2, snappy, lz4, zstd
followup apache#38549 If the large_block_len is 0, should not continue reading the block_len.
1. Support write hive text table 2. Add SessionVariable `hive_text_compression` to write compressed hive text table 3. Supported compression type: gzip, bzip2, snappy, lz4, zstd
1. Support write hive text table 2. Add SessionVariable `hive_text_compression` to write compressed hive text table 3. Supported compression type: gzip, bzip2, snappy, lz4, zstd
followup apache#38549 If the large_block_len is 0, should not continue reading the block_len.
1. Support write hive text table 2. Add SessionVariable `hive_text_compression` to write compressed hive text table 3. Supported compression type: gzip, bzip2, snappy, lz4, zstd
followup apache#38549 If the large_block_len is 0, should not continue reading the block_len.
## Proposed changes 1. Support write hive text table 2. Add SessionVariable `hive_text_compression` to write compressed hive text table 3. Supported compression type: gzip, bzip2, snappy, lz4, zstd
followup apache#38549 If the large_block_len is 0, should not continue reading the block_len.
Proposed changes
hive_text_compressionto write compressed hive text table