postgreSQL demo. #923
subkanthi
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
export
command to set the version.or start the components separately.
Set Extended Display mode
Observe the tables that are in the
public
schema.Schema
** ClickHouse**
You will see that the tables
tm
andtm2
are replicated which highlights the initial snapshot feature (replication of data that exists before the connector was started).Lets confirm the data.
public.tm2
table.clickhouse
container, observe the row that got replicated.Before deleting in postgres, check the rows in clickhouse.
Beta Was this translation helpful? Give feedback.
All reactions