Skip to content

Commit

Permalink
Fix typo (missing space)
Browse files Browse the repository at this point in the history
  • Loading branch information
josh-heyer authored Sep 10, 2024
1 parent fa53f85 commit e4876aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion product_docs/docs/pgd/5/data_migration/edbloader.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ As EDB\*Loader is a utility for EDB Postgres Advanced Server, it's available for

### Replication and EDB\*Loader

As with EDB Postgres Advanced Server, EDB\*Loader works with PGD in a replication environment. You cannot use the direct load path method because the[direct path load method](/epas/latest/database_administration/02_edb_loader/invoking_edb_loader/direct_path_load/) skips use of the WAL, upon which all replication relies. That means that only the node connected to by EDB\*Loader gets the data that EDB\*Loader is loading and no data replicates to the other nodes.
As with EDB Postgres Advanced Server, EDB\*Loader works with PGD in a replication environment. You cannot use the direct load path method because the [direct path load method](/epas/latest/database_administration/02_edb_loader/invoking_edb_loader/direct_path_load/) skips use of the WAL, upon which all replication relies. That means that only the node connected to by EDB\*Loader gets the data that EDB\*Loader is loading and no data replicates to the other nodes.

With PGD, you can make use of EDB\*loader's direct load path method by running it independently on each node. You can perform this either on one node at a time or in parallel to all nodes, depending on the use case. When using the direct path load method on multiple nodes, it's important to ensure there are no other writes happening to the table concurrently as this can result in inconsistencies.

Expand Down

0 comments on commit e4876aa

Please sign in to comment.