We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b5c11a commit 2dacc41Copy full SHA for 2dacc41
doc/production_setup.md
@@ -65,6 +65,11 @@ The maximum number of rows that the connector fetches and reads into memory when
65
66
**snapshot.max.threads**: Increase this number from 1 to a higher value to enable parallel snapshotting.
67
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
+
73
## PostgreSQL Production Setup
74
75
One of the common problems with PostgreSQL is the WAL size increasing.
0 commit comments