Skip to main content

Supported table engines in Aiven for ClickHouse®

Aiven for ClickHouse® supports several table engines that define the storage parameters, supported queries, and other aspects of the data tables. For details on each table engine, see the ClickHouse documentation.

note

To support node recycling for backup and restore procedures and high availability in the Aiven platform, some of the table engines are remapped. This means that in replicated databases, MergeTree engines are automatically replaced with ReplicatedMergeTree variants of the same engine.

Aiven for ClickHouse supports the following table engines:

EngineEngine family
AggregatingMergeTree (remapped)MergeTree
BufferSpecial engine
CollapsingMergeTree (remapped)MergeTree
DictionarySpecial engine
DistributedSpecial engine
GenerateRandomSpecial engine
GraphiteMergeTree (remapped)MergeTree
KafkaEngine (via integration only, not via SQL)Special engine
MaterializedViewSpecial engine
MemorySpecial engine
MergeSpecial engine
MergeTree (remapped)MergeTree
NullSpecial engine
ReplacingMergeTree (remapped)MergeTree
ReplicatedAggregatingMergeTree (remapped)MergeTree
ReplicatedCollapsingMergeTreeMergeTree
ReplicatedGraphiteMergeTreeMergeTree
ReplicatedMergeTreeMergeTree
ReplicatedReplacingMergeTreeMergeTree
ReplicatedSummingMergeTreeMergeTree
ReplicatedVersionedCollapsingMergeTreeMergeTree
SetSpecial engine
SummingMergeTree (remapped)MergeTree
VersionedCollapsingMergeTree (remapped)MergeTree
ViewSpecial engine