as the question here what is difference between MaterializedPostgreSQL Engine and PostgreSQL Engine in Clickhouse?
MaterializedPostgreSQL will use replication slots and will physically replicate data from PostgreSQL to ClickHouse
PostgreSQL it's just a proxy table engine.
But the more important thing is. With the advantage of materializedPosgresSQL. Should I write data to Postgres instead of Clickhouse, and use Clickhouse with MaterializedPostgresSQL as the calculator to get report?
is that speed in clickhouse and speed of MaterializedPostgresSQL is the same? I think it should be the same. Because It feel like clickhouse do copy data from Postgres. But I'm not sure is it correct