I want to change database from postgresql to clickhouse
At first I should transfer data from postgresql to clickhouse. Then i use the code
Create database......
It is ok , but when i run the code some time i see the tables also come to clickhouse space and some times just transfer only database.
So as I ask you I should create table for transfer tables of database,
But when I try on it, I got an error that this table are exist, but I dont see it in clickhouse.
I need the code that I can transfer data from postgresql to clickhouse and also for create table
I want to change database from postgresql to clickhouse At first I should transfer data from postgresql to clickhouse. Then i use the code Create database...... It is ok , but when i run the code some time i see the tables also come to clickhouse space and some times just transfer only database. So as I ask you I should create table for transfer tables of database, But when I try on it, I got an error that this table are exist, but I dont see it in clickhouse.
I need the code that I can transfer data from postgresql to clickhouse and also for create table