Fix description

Добавил общее описание движка.
This commit is contained in:
Dmitriy 2021-07-26 22:32:00 +03:00
parent f1e98bfa86
commit b1c0509579
2 changed files with 12 additions and 0 deletions

View File

@ -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

View File

@ -5,6 +5,12 @@ toc_title: MaterializedPostgreSQL
# MaterializedPostgreSQL {#materialize-postgresql}
Создает базу данных ClickHouse со всеми таблицами, существующими в PostgreSQL, и всеми данными в этих таблицах.
Сервер ClickHouse работает как реплика PostgreSQL. Он читает файл binlog и выполняет DDL and DML-запросы.
`MaterializedPostgreSQL` — экспериментальный движок баз данных.
## Создание базы данных {#creating-a-database}
``` sql