Clarify comment

This commit is contained in:
Robert Schulze 2023-08-15 14:44:13 +00:00
parent f317903073
commit 8343ebd4ec
No known key found for this signature in database
GPG Key ID: 26703B55FB13728A

View File

@ -710,7 +710,8 @@ void LocalServer::processConfig()
if (mmap_cache_size)
global_context->setMMappedFileCache(mmap_cache_size);
/// not initializing the query cache in clickhouse-local
/// In Server.cpp (./clickhouse-server), we would initialize the query cache here.
/// Intentionally not doing this in clickhouse-local as it doesn't make sense.
#if USE_EMBEDDED_COMPILER
size_t compiled_expression_cache_max_size_in_bytes = config().getUInt64("compiled_expression_cache_size", DEFAULT_COMPILED_EXPRESSION_CACHE_MAX_SIZE);