mkabilov / pg2ch

Data streaming from postgresql to clickhouse via logical replication mechanism
MIT License
195 stars 35 forks source link

multiple tables in a single tx #3

Closed mkabilov closed 5 years ago

mkabilov commented 5 years ago

if multiple table are updated in a single transaction, the merge won't be synched among them. so the state on the ClickHouse side will be inconsistent.