mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 23:21:59 +00:00
No need to create tmp files
This commit is contained in:
parent
10ee24d9a0
commit
bd9cfaecea
@ -4,10 +4,4 @@ CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
|
||||
# shellcheck source=../shell_config.sh
|
||||
. "$CURDIR"/../shell_config.sh
|
||||
|
||||
echo "Hello, World!" > 03260_test_data
|
||||
|
||||
$CLICKHOUSE_COMPRESSOR --codec 'Delta' --codec 'LZ4' --input '03260_test_data' --output '03260_test_out'
|
||||
|
||||
$CLICKHOUSE_COMPRESSOR --stat '03260_test_out'
|
||||
|
||||
rm -f 03260_test_data 03260_test_out
|
||||
echo "Hello, World!" | $CLICKHOUSE_COMPRESSOR --codec 'Delta' --codec 'LZ4' | $CLICKHOUSE_COMPRESSOR --stat
|
||||
|
Loading…
Reference in New Issue
Block a user