mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Add comment to config
This commit is contained in:
parent
280f459f71
commit
58f1d4d910
@ -284,6 +284,11 @@
|
||||
In bytes. Cache is single for server. Memory is allocated only on demand.
|
||||
Cache is used when 'use_uncompressed_cache' user setting turned on (off by default).
|
||||
Uncompressed cache is advantageous only for very short queries and in rare cases.
|
||||
|
||||
Note: uncompressed cache is pointless for lz4, because memory bandwidth is slower than multi-core decompression.
|
||||
Enabling it will only make queries slower.
|
||||
If number of CPU cores is in order of 100 and memory bandwidth is in range of 100-200 GB/sec,
|
||||
there is a chance it is also being pointless for zstd.
|
||||
-->
|
||||
<uncompressed_cache_size>8589934592</uncompressed_cache_size>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user