2ndQuadrant / pglogical

Logical Replication extension for PostgreSQL 17, 16, 15, 14, 13, 12, 11, 10, 9.6, 9.5, 9.4 (Postgres), providing much faster replication than Slony, Bucardo or Londiste, as well as cross-version upgrades.
http://2ndquadrant.com/en/resources/pglogical/
Other
1.04k stars 154 forks source link

Is there a way to restrict the amount of data transferred? #440

Open lokesh411 opened 1 year ago

lokesh411 commented 1 year ago

Is there a way to limit the bandwidth consumed during replication? Use case is, that when we replicate some tables from one node to the other, restricting the bandwidth consumed for replication would help in not overwhelming the destination node during the initial sync process. Thanks in advance