mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 07:31:57 +00:00
Update index.md
This commit is contained in:
parent
1c1e12f06b
commit
ed9c9a9997
@ -19,7 +19,7 @@ The table engine (type of table) determines:
|
|||||||
|
|
||||||
### MergeTree {#mergetree}
|
### MergeTree {#mergetree}
|
||||||
|
|
||||||
The most universal and functional table engines for high-load tasks. The property shared by these engines is quick data insertion with subsequent background data processing. `MergeTree` family engines support data replication (with [Replicated\*](../../engines/table-engines/mergetree-family/replication.md#table_engines-replication) versions of engines), partitioning, and other features not supported in other engines.
|
The most universal and functional table engines for high-load tasks. The property shared by these engines is quick data insertion with subsequent background data processing. `MergeTree` family engines support data replication (with [Replicated\*](../../engines/table-engines/mergetree-family/replication.md#table_engines-replication) versions of engines), partitioning, secondary data-skipping indexes, and other features not supported in other engines.
|
||||||
|
|
||||||
Engines in the family:
|
Engines in the family:
|
||||||
|
|
||||||
@ -80,4 +80,4 @@ To select data from a virtual column, you must specify its name in the `SELECT`
|
|||||||
|
|
||||||
If you create a table with a column that has the same name as one of the table virtual columns, the virtual column becomes inaccessible. We don’t recommend doing this. To help avoid conflicts, virtual column names are usually prefixed with an underscore.
|
If you create a table with a column that has the same name as one of the table virtual columns, the virtual column becomes inaccessible. We don’t recommend doing this. To help avoid conflicts, virtual column names are usually prefixed with an underscore.
|
||||||
|
|
||||||
[Original article](https://clickhouse.tech/docs/en/operations/table_engines/) <!--hide-->
|
[Original article](https://clickhouse.tech/docs/en/engines/table-engines/) <!--hide-->
|
||||||
|
Loading…
Reference in New Issue
Block a user