Skip to content

JSON Schema Clickhouse

Properties

PropertyTypeRequiredDescription
server_settingsServer SettingsnoClickHouse server settings, which can be found in the system.server_settings table.

Server Settings

ClickHouse server settings, which can be found in the system.server_settings table.

PropertyTypeRequiredDescription
vector_similarity_index_cache_sizenumbernoFraction of total server memory allocated to the vector similarity index cache. 0 disables the cache. Default is 0.07 (7% of server memory). Only effective on ClickHouse 25.8+.

Min: 0. Max: 0.5. Default: 0.07.
Last updated on