From d583eb879c45d04b5b24276e075949730e7f938f Mon Sep 17 00:00:00 2001 From: zhang2014 Date: Fri, 8 Dec 2023 21:50:31 +0800 Subject: [PATCH] chore(cluster): disable flight compression by default --- src/query/service/tests/it/storages/testdata/settings_table.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/query/service/tests/it/storages/testdata/settings_table.txt b/src/query/service/tests/it/storages/testdata/settings_table.txt index 04ba7de86e73..4b653bd1b032 100644 --- a/src/query/service/tests/it/storages/testdata/settings_table.txt +++ b/src/query/service/tests/it/storages/testdata/settings_table.txt @@ -55,7 +55,7 @@ DB.Table: 'system'.'settings', Table: settings-table_id:1, ver:0, Engine: System | 'parquet_max_block_size' | '8192' | '8192' | 'SESSION' | 'Max block size for parquet reader' | 'UInt64' | | 'parquet_uncompressed_buffer_size' | '2097152' | '2097152' | 'SESSION' | 'Sets the byte size of the buffer used for reading Parquet files.' | 'UInt64' | | 'prefer_broadcast_join' | '1' | '1' | 'SESSION' | 'Enables broadcast join.' | 'UInt64' | -| 'query_flight_compression' | 'LZ4' | 'LZ4' | 'SESSION' | 'flight compression method' | 'String' | +| 'query_flight_compression' | 'None' | 'None' | 'SESSION' | 'flight compression method' | 'String' | | 'query_result_cache_allow_inconsistent' | '0' | '0' | 'SESSION' | 'Determines whether Databend will return cached query results that are inconsistent with the underlying data.' | 'UInt64' | | 'query_result_cache_max_bytes' | '1048576' | '1048576' | 'SESSION' | 'Sets the maximum byte size of cache for a single query result.' | 'UInt64' | | 'query_result_cache_ttl_secs' | '300' | '300' | 'SESSION' | 'Sets the time-to-live (TTL) in seconds for cached query results. Once the TTL for a cached result has expired, the result is considered stale and will not be used for new queries.' | 'UInt64' |