Skip to content

Commit

Permalink
chore(cluster): disable flight compression by default
Browse files Browse the repository at this point in the history
  • Loading branch information
zhang2014 committed Dec 8, 2023
1 parent 06f0a09 commit d583eb8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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' |
Expand Down

0 comments on commit d583eb8

Please sign in to comment.