mirror of
https://github.com/valitydev/clickhouse-sink-connector.git
synced 2024-11-06 02:25:18 +00:00
Update README.md
Updating instructions for PostgreSQL WAL log consumption.
This commit is contained in:
parent
0ea9b5cdd0
commit
70e1664372
@ -84,6 +84,9 @@ enable.snapshot.ddl: "true"
|
||||
|
||||
```
|
||||
### PostgreSQL Config(docker/config_postgres.yml)
|
||||
For AWS RDS users, you might need to add heartbeat interval and query to avoid WAL logs constantly growing in size.
|
||||
https://stackoverflow.com/questions/76415644/postgresql-wal-log-limiting-rds
|
||||
https://debezium.io/documentation/reference/stable/connectors/postgresql.html#postgresql-wal-disk-space
|
||||
```
|
||||
database.hostname: "postgres"
|
||||
database.port: "5432"
|
||||
|
Loading…
Reference in New Issue
Block a user