Skip to main content

Documentation Index

Fetch the complete documentation index at: https://private-7c7dfe99-page-updates.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Ignoring Incorrect Settings in ClickHouse

When a user-level setting is specified in the wrong place, the server won’t start and an exception message is sent to the log. However, you can tell ClickHouse to ignore the incorrect setting using the skip_check_for_incorrect_settings setting. Add the following to config.xml:
<skip_check_for_incorrect_settings>1</skip_check_for_incorrect_settings>
User-level settings should be specified in users.xml inside a <profile> section for the specific user profile, (or in <default> for default settings.