Open
Conversation
heavycrystal
reviewed
Jul 9, 2024
| 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. |
| 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? |
Contributor
There was a problem hiding this comment.
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. |
Contributor
There was a problem hiding this comment.
can also drop the mirror if the slot is controlled by us as mentioned below
Contributor
|
We should ship this. Some quality content is captured here. |
serprex
approved these changes
Oct 17, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.