Why does pgsync need to both pull from db and read from the replication logs? #396
Unanswered
jeremykhon
asked this question in
Q&A
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm just reading these two lines from the
pull
function inpgsync/sync.py
and just wonder why isn't theself.sync
function enough? why would there be anything missed ifself.sync
will query everything from txmin to txmax? Why do we need to callself.logical_slot_changes
to sync everything from txmin to txmax again?Thank you for working on this package
Beta Was this translation helpful? Give feedback.
All reactions