Yandex Cloud
Search
Discuss with expertTry it for free
  • Customer Stories
  • Documentation
  • Blog
  • All Services
    • Cloud Interconnect
    • Cloud Backup
    • Cloud Registry
    • Yandex AI Studio
    • Compute Cloud
    • Object Storage
    • Managed Service for Kubernetes®
    • Yandex BareMetal
    • Smart Web Security
    • Security Deck
    • Managed Service for PostgreSQL
    • Managed Service for ClickHouse®
    • Monium
    • Cloud CDN
    • Network Load Balancer
    • Virtual Private Cloud
    • Cloud DNS
    • Application Load Balancer
    • Yandex Cloud Video
    • Stackland
    • Yandex Cloud Router
    • Yandex Managed Service for Trino
    • Managed Service for MySQL®
    • Managed Service for Valkey™
    • Managed Service for Apache Spark™
    • Yandex StoreDoc
    • Managed Service for OpenSearch
    • Managed Service for Apache Kafka®
    • Data Transfer
    • Yandex MPP Analytics Engine for PostgreSQL
    • Yandex Managed Service for Apache Airflow®
    • Data Processing
    • Yandex MetaData Hub
    • Managed Service for YDB
    • Managed Service for Sharded PostgreSQL
    • Managed Service for YTsaurus
    • Yandex WebSQL
    • DataLens
    • Yandex Search API
    • SpeechSense
    • SpeechKit
    • DataSphere
    • Vision OCR
    • Translate
    • Yandex Identity Hub
    • Key Management Service
    • Certificate Manager
    • Yandex Lockbox
    • Audit Trails
    • SmartCaptcha
    • Cloud Desktop
    • SourceCraft Code Assistant
    • Container Registry
    • Managed Service for GitLab
    • Managed Service for Prometheus®
    • Cloud Functions
    • API Gateway
    • Yandex Cloud Postbox
    • Message Queue
    • Serverless Integrations
    • IoT Core
    • Data Streams
    • Serverless Containers
    • Cloud Notification Service
    • Yandex Query
    • Identity and Access Management
    • Yandex Cloud Console
    • Resource Manager
    • Yandex Cloud Billing
    • Yandex Cloud Quota Manager
    • Cloud Apps
  • System Status
  • Marketplace
    • Featured
    • Infrastructure & Network
    • Data Platform
    • AI for business
    • Security
    • DevOps tools
    • Serverless
    • Monitoring & Resources
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Center for Technologies and Society
    • Yandex Cloud Partner program
    • Price calculator
    • Pricing plans
  • Customer Stories
  • Documentation
  • Blog
© 2026 Direct Cursus Technology L.L.C.
Yandex Managed Service for ClickHouse®
  • Getting started
  • Access management
  • Pricing policy
  • Terraform reference
  • Yandex Monitoring metrics
  • Audit Trails events
  • Public materials
  • Release notes
    • General questions
    • Questions about ClickHouse®
    • Connection
    • Updating a cluster
    • Cluster configuration
    • Moving and restoring a cluster
    • Monitoring and logs
    • All questions on one page
  1. FAQ
  2. Updating a cluster

Updating a ClickHouse® cluster

Written by
Yandex Cloud
Updated at June 3, 2026
View in Markdown
  • How do I add a host to a cluster?

  • Can I set join_use_nulls to 1 using the CLI?

  • Will my cluster be unavailable during an update?

  • How do I change the time zone?

  • Will my cluster be unavailable when adding replicas?

  • How do I grant read-only permissions to a user?

  • How do I increase the memory limit?

  • Can I change a network and subnets?

  • How do I change the distribution of data across shards in a cluster?

How do I add a host to a cluster?How do I add a host to a cluster?

To add a host, follow this guide. You can also add new hosts to a cluster when creating a shard.

Can I set join_use_nulls to 1 using the CLI?Can I set join_use_nulls to 1 using the CLI?

Yes. To do this, when creating a user or updating user settings, provide the required join_use_nulls value in --settings. Here is an example:

yc managed-clickhouse user update <username> \
  --cluster-name=<cluster_name> \
  --settings="join_use_nulls=1"

For more information, see this guide.

Will my cluster be unavailable during an update?Will my cluster be unavailable during an update?

If your cluster has more than one host, there is no downtime while updating it, since the hosts are updated one by one. Only individual hosts are unavailable when the cluster is being restarted.

How do I change the time zone?How do I change the time zone?

Change the ClickHouse® timezone or session_timezone setting. Learn how to do this in this guide.

Will my cluster be unavailable when adding replicas?Will my cluster be unavailable when adding replicas?

Yes, the cluster will experience a short downtime during restart.

How do I grant read-only permissions to a user?How do I grant read-only permissions to a user?

To do this, when creating or editing a user via the CLI, specify readonly=1 in --settings. Here is an example:

yc managed-clickhouse user update <username> \
  --cluster-name=<cluster_name> \
  --settings="readonly=1"

For more information, see this guide.

How do I increase the memory limit?How do I increase the memory limit?

Update the user settings and set the required Max memory usage value.

Can I change a network and subnets?Can I change a network and subnets?

No, you can only select a network and subnets for hosts when creating a cluster or restoring it from a backup.

How do I change the distribution of data across shards in a cluster?How do I change the distribution of data across shards in a cluster?

In an existing cluster, you cannot change the location of data in shards.

ClickHouse® is a registered trademark of ClickHouse, Inc.

Was the article helpful?

Previous
Connection
Next
Cluster configuration
© 2026 Direct Cursus Technology L.L.C.