Skip to content

Commit 2dacc41

Browse files
committed
Updated production setup documentation
1 parent 4b5c11a commit 2dacc41

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc/production_setup.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,11 @@ The maximum number of rows that the connector fetches and reads into memory when
6565

6666
**snapshot.max.threads**: Increase this number from 1 to a higher value to enable parallel snapshotting.
6767

68+
**Single Threaded (Low Memory/Slow replication)**:
69+
By setting the `single.threaded: true` configuration variable in `config.yml`, the replication will skip the sink connector queue and threadpool
70+
and will insert batches directly from the debezium queue.
71+
This mode will work on lower memory setup but will increase the replication speed.
72+
6873
## PostgreSQL Production Setup
6974

7075
One of the common problems with PostgreSQL is the WAL size increasing.

0 commit comments

Comments
 (0)