All Products
Search
Document Center

ApsaraDB for ClickHouse:Feature comparison of Enterprise and Community-compatible editions

Last Updated:Mar 28, 2026

ApsaraDB for ClickHouse comes in two editions: Enterprise Edition and Community-compatible Edition. This page compares their architectures, enhanced features, and kernel version support to help you choose the right edition.

Architecture comparison

Enterprise Edition

ApsaraDB for ClickHouse Enterprise Edition uses a cloud-native architecture with compute-storage separation. Both computing and storage resources operate in serverless mode and scale elastically.

  • Computing resources: Scale automatically within a configured range based on workload, preventing resource waste and reducing O&M costs.

  • Storage resources: Use Object Storage Service (OSS) as a shared storage layer. OSS data redundancy ensures high availability and lowers per-unit storage cost compared to the Community-compatible Edition.

p531944.png
FeatureDescriptionBenefit
Compute-storage separationStorage and computing resources are managed independently.Flexible resource allocation; scale compute without affecting stored data.
ScalabilityBoth storage and computing resources run in serverless mode. Compute nodes are stateless, enabling horizontal scaling without data migration. The SharedMergeTree table engine supports horizontal scaling in seconds and is compatible with the MergeTree engine family. For more information, see SharedMergeTree table engine.On-demand, elastic resource usage with no data migration overhead.
High availabilityEnabled by default. A single cluster has two or more compute nodes, with data shared across multiple compute nodes.No manual configuration required; your cluster is resilient from the start.
CompatibilityRemains compatible with previous versions while introducing new features. For more information, see Compatibility guide for ApsaraDB for ClickHouse Enterprise Edition.Upgrade without breaking existing workloads.
Performance optimizationParallel Replica linearly improves concurrent processing. Lightweight Update/Delete delivers real-time results with improved efficiency. ClickHouse Keeper replaces ZooKeeper for higher performance and lower memory usage.Faster queries, real-time mutations, and reduced infrastructure overhead.
Enterprise-grade O&MSupports user management, whitelist configuration, version upgrade, failover, and visualized O&M.Full operational control with enterprise-grade tooling.
Data ecosystemIntegrates with various cloud data sources to simplify data synchronization and migration.Simplify integration with cloud-native data sources to streamline data synchronization and migration.

Community-compatible Edition

ApsaraDB for ClickHouse Community-compatible Edition uses a coupled architecture where computing and storage are tightly integrated.

  • All nodes are peers. Each node handles query requests, write requests, and background data computation.

  • Each cluster contains one or more shards, and each shard contains one or more replicas.

  • All nodes are deployed on ECS instances and use highly reliable cloud disks for persistent storage.

总体架构图
FeatureDescription
ScalabilitySupports multiple specifications and elastic scaling.
SecurityProvides user management and whitelist configuration.
Visualized O&MSupports version upgrade and failover.
Data ecosystemIntegrates with various cloud data sources to simplify data synchronization and migration.

Kernel version comparison

The Enterprise Edition runs kernel version 23.8. The Community-compatible Edition supports versions 22.8, 21.8, 20.8, 20.3, and 19.15.

Kernel features

FeatureEnterprise Edition (23.8)22.821.820.820.319.15
MaxCompute external table engineNoYesYesYesYesYes
OSS external table engineYesYesYesYesYesYes
Lightweight UpdateYesNoNoNoNoNo
Lightweight DeleteYesYesYesNoNoNo

Management features

FeatureEnterprise Edition (23.8)22.821.820.820.319.15
Cluster start and stopYesNoNoNoNoNo
Scaling range modification for Enterprise EditionYesNoNoNoNoNo
Parameter settingsYesYesYesYesYesYes
Monitoring and management of slow SQL queries and running SQL queriesYesYesYesYesYesYes
Account managementYesYesYesYesYesYes
Cluster restartYesYesYesYesYesYes
Horizontal scaling
Note

The Enterprise Edition uses auto scaling for horizontal scaling. No manual operation is required.

YesYesYesYesYesYes
Vertical scaling
Note

The Enterprise Edition uses auto scaling for vertical scaling. No manual operation is required.

YesYesYesYesYesYes
Backup and restoreYesYesYesYesNoNo
Monitoring and alertingYesYesYesYesYesYes
Minor engine version updatesYesYesYesYesNoNo
Tiered storage of hot and cold data
Note

The Enterprise Edition automatically tiers data between cache and shared storage. The Community-compatible Edition relies on rules to manage hot and cold data.

YesYesYesYesYesNo
Data migration between ApsaraDB for ClickHouse Community-compatible Edition clusters
Note

The version requirement applies only to the destination cluster.

NoYesYesYesYesNo
Data securityYesYesYesYesYesYes
Use zero-ETL to synchronize data from an RDS for MySQL instance to an ApsaraDB for ClickHouse clusterYesYesYesYesNoNo

What's next