Skip to content

Commit b167141

Browse files
authored
Merge pull request #169 from jacokok/patch-1
Update README.md
2 parents cde49e2 + 8b1e31a commit b167141

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -268,11 +268,11 @@ One of exponential/constant backoff policies can be provided for the search stor
268268
<summary>Postgres Batch Writer</summary>
269269

270270
| Environment Variable | Default | Required | Description |
271-
| -------------------------------------------- | ------- | -------- | ---------------------------------------------------------------------------------------------------------------- | --- |
271+
| -------------------------------------------- | ------- | -------- | ---------------------------------------------------------------------------------------------------------------- |
272272
| PGSTREAM_POSTGRES_WRITER_TARGET_URL | N/A | Yes | URL for the PostgreSQL store to connect to |
273273
| PGSTREAM_POSTGRES_WRITER_BATCH_TIMEOUT | 1s | No | Max time interval at which the batch sending to PostgreSQL is triggered. |
274274
| PGSTREAM_POSTGRES_WRITER_BATCH_SIZE | 100 | No | Max number of messages to be sent per batch. When this size is reached, the batch is sent to PostgreSQL. |
275-
| PGSTREAM_POSTGRES_WRITER_MAX_QUEUE_BYTES | 100MiB | No | Max memory used by the postgres batch writer for inflight batches. | |
275+
| PGSTREAM_POSTGRES_WRITER_MAX_QUEUE_BYTES | 100MiB | No | Max memory used by the postgres batch writer for inflight batches. |
276276
| PGSTREAM_POSTGRES_WRITER_BATCH_BYTES | 1572864 | No | Max size in bytes for a given batch. When this size is reached, the batch is sent to PostgreSQL. |
277277
| PGSTREAM_POSTGRES_WRITER_SCHEMALOG_STORE_URL | N/A | No | URL of the store where the pgstream schemalog table which keeps track of schema changes is. |
278278
| PGSTREAM_POSTGRES_WRITER_DISABLE_TRIGGERS | False | No | Option to disable triggers on the target PostgreSQL database while performing the snaphot/replication streaming. |

0 commit comments

Comments
 (0)