Manage Configuration Files

You can use the following details to manage the configure files.

Default Data Directory

Bash
Copy

This further includes:

/var/lib/clickhouse/data/Actual table data files
/var/lib/clickhouse/metadata/Table metadata definitions (like schema)
/var/lib/clickhouse/store/(For Atomic DB engine) Table parts stored using UUIDs
/var/lib/clickhouse/tmp/Temporary files during merges/queries
/var/lib/clickhouse/flags/State flags for startup/shutdown
/var/lib/clickhouse/access/RBAC and user data (if enabled)

You can view this mapping via:

Bash
Copy

Set up Configuration Files

All ClickHouse configurations are stored in the following directory.

Bash
Copy

Additional subdirectories exist under this parent directory based on the configured services.

Bash
Copy

ClickHouse Server

Bash
Copy

ClickHouse WebServer

Bash
Copy

ClickHouse Keeper

Bash
Copy

ClickHouse Client

Bash
Copy

For more information about the ClickHouse configuration files, see Configuration Files.

Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard
  Last updated