mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 17:12:03 +00:00
Fix description
Добавил общее описание движка.
This commit is contained in:
parent
f1e98bfa86
commit
b1c0509579
@ -5,6 +5,12 @@ toc_title: MaterializedPostgreSQL
|
||||
|
||||
# MaterializedPostgreSQL {#materialize-postgresql}
|
||||
|
||||
Creates ClickHouse database with all the tables existing in PostgreSQL, and all the data in those tables.
|
||||
|
||||
ClickHouse server works as PostgreSQL replica. It reads binlog and performs DDL and DML queries.
|
||||
|
||||
This feature is experimental.
|
||||
|
||||
## Creating a Database {#creating-a-database}
|
||||
|
||||
``` sql
|
||||
|
@ -5,6 +5,12 @@ toc_title: MaterializedPostgreSQL
|
||||
|
||||
# MaterializedPostgreSQL {#materialize-postgresql}
|
||||
|
||||
Создает базу данных ClickHouse со всеми таблицами, существующими в PostgreSQL, и всеми данными в этих таблицах.
|
||||
|
||||
Сервер ClickHouse работает как реплика PostgreSQL. Он читает файл binlog и выполняет DDL and DML-запросы.
|
||||
|
||||
`MaterializedPostgreSQL` — экспериментальный движок баз данных.
|
||||
|
||||
## Создание базы данных {#creating-a-database}
|
||||
|
||||
``` sql
|
||||
|
Loading…
Reference in New Issue
Block a user