Skip to main content

6 docs tagged with "clickhouse"

View all tags

Automatic ClickHouse Schema Migrations with Atlas

Learn how to manage ClickHouse schemas with Atlas using both declarative and versioned workflows. This guide covers automatic ClickHouse schema migration, inspection, migration planning, and applying changes via CLI and CI/CD integrations.

Database Guides

All common open-source relational database management systems are supported in all versions of Atlas.

Managing ClickHouse Cloud via Atlas

This guide walks you through managing ClickHouse Cloud databases using Atlas, covering connection setup, development database considerations, and best practices for cloud environments.

Managing Schema Changes in ClickHouse Clusters

Managing schema changes in ClickHouse clusters with Atlas requires understanding several key concepts. While Atlas works seamlessly with both single-node and cluster deployments, cluster mode introduces specific considerations that must be addressed to ensure reliable schema management.

Using SQL Expressions in ClickHouse HCL Schema

While Atlas supports defining engines as simple enums in HCL (like MergeTree or SharedMergeTree), many ClickHouse features require more complex configurations. Atlas provides the sql() function to handle these advanced scenarios.