This commit is contained in:
avogar 2022-08-26 12:52:15 +00:00
parent b8061532ac
commit e31bba7731
2 changed files with 8 additions and 2 deletions

View File

@ -966,7 +966,13 @@ Default value: 5000.
See also:
- [Apache Kafka](https://kafka.apache.org/)
- [Apache Kafka](https://kafka.apache.org/)
## kafka_disable_num_consumers_limit {#kafka-disable-num-consumers-limit}
Disable limit on kafka_num_consumers that depends on the number of available CPU cores.
Default value: false.
## use_uncompressed_cache {#setting-use_uncompressed_cache}

View File

@ -532,7 +532,7 @@ static constexpr UInt64 operator""_GiB(unsigned long long value)
M(UInt64, max_entries_for_hash_table_stats, 10'000, "How many entries hash table statistics collected during aggregation is allowed to have", 0) \
M(UInt64, max_size_to_preallocate_for_aggregation, 10'000'000, "For how many elements it is allowed to preallocate space in all hash tables in total before aggregation", 0) \
\
M(Bool, kafka_disable_num_consumers_limit, false, "Disable limit on kafka_num_consiners that depends on the number of available CPU cores", 0) \
M(Bool, kafka_disable_num_consumers_limit, false, "Disable limit on kafka_num_consumers that depends on the number of available CPU cores", 0) \
/** Experimental feature for moving data between shards. */ \
\
M(Bool, allow_experimental_query_deduplication, false, "Experimental data deduplication for SELECT queries based on part UUIDs", 0) \