Skip to content

Commit ec029eb

Browse files
committed
update hybrid docs
1 parent 3c64d3a commit ec029eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ice/requirements/hybrid.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ sidebar_position: 11
88

99
# Hybrid table engine
1010

11-
The Hybrid table engine builds on top of the [Distributed](./distributed.md) table engine. It allows exposing several data sources as one logical table and assigning every source its own predicate. This keeps all of the Distributed optimisations (remote aggregation, `skip_unused_shards`, global JOIN pushdown, and so on) while duplicating or migrating data across clusters, storage types, or formats.
11+
The Hybrid table engine builds on top of the [Distributed](./distributed.md) table engine. It allows exposing several data sources as one logical table and assigning every source its own predicate. This keeps all of the Distributed optimisations (remote aggregation, `skip_unused_shards`, global JOIN pushdown, and so on) while copying or migrating data across clusters, storage types, or formats.
1212

1313
Typical use cases include:
1414

0 commit comments

Comments
 (0)