You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| PGSTREAM_POSTGRES_WRITER_TARGET_URL | N/A | Yes | URL for the PostgreSQL store to connect to |
273
273
| PGSTREAM_POSTGRES_WRITER_BATCH_TIMEOUT | 1s | No | Max time interval at which the batch sending to PostgreSQL is triggered. |
274
274
| 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. |
276
276
| 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. |
277
277
| 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. |
278
278
| 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