Skip to content

Commit

Permalink
Update product_docs/docs/pgd/5/node_management/decoding_worker.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Josh Heyer <[email protected]>
  • Loading branch information
djw-m and josh-heyer authored Oct 6, 2023
1 parent 84570ba commit 56bfd43
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ since the WAL sender process now spends more time on communication.
## Enabling

`enable_wal_decoder` is an option for each PGD group, which is currently
disabled by default. You can use [`bdr.alter_node_group_config()`](reference/nodes-management-interfaces/#bdralter_node_group_config) to enable or
disabled by default. You can use [`bdr.alter_node_group_config()`](../reference/nodes-management-interfaces/#bdralter_node_group_config) to enable or
disable the decoding worker for a PGD group.

When the decoding worker is enabled, PGD stores logical change record (LCR)
Expand Down

0 comments on commit 56bfd43

Please sign in to comment.