How many logical replication connecttions will I have?

28 Views Asked by At

Does each publisher and subscriber in PostgreSQL logical replication require a separate connection? I want to publish some tables partially and some fully and was wondering how many connections do I need to reserve per table on the publisher and subscriber instance with PostgreSQL.

I have read the documentation, and these things are still not 100% clear to me.

1

There are 1 best solutions below

0
Laurenz Albe On BEST ANSWER

There will be one connection for each enabled subscription.