Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PeerDB: add faqs section #157

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

PeerDB: add faqs section #157

wants to merge 3 commits into from

Conversation

Amogh-Bharadwaj
Copy link
Contributor

No description provided.

1. You need to replicate a view.
2. You need to replicate a join of two tables or a complex query.
3. You need to replicate a table with no primary key/replica identity.
4. You don't want/cannot to have a replication slot in your Postgres instance.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cannot to -> cannot

If you provided a publication while creating a CDC mirror, that publication will not be dropped.

## Miscellaneous FAQs
### My CDC mirror is not working with my Supabase Postgres instance. What should I do?
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CloudNativePg and anything with pgbouncer as well

Probably because you have long running transactions in your source database. PeerDB waits for the transactions to commit before flushing the rows to the destination.

### Does pausing a mirror stop replication slot growth?
No. The replication slot will continue to grow. The only way to make the slot size drop is having a mirror running and syncing the changes.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can also drop the mirror if the slot is controlled by us as mentioned below

@saisrirampur
Copy link
Contributor

We should ship this. Some quality content is captured here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants