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
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
minor
  • Loading branch information
Amogh-Bharadwaj committed Jul 9, 2024
commit bd44f83cd3e38eac832caafa2d111113bd943047
2 changes: 1 addition & 1 deletion faqs/faqs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Frequently Asked Questions
---

Here we cover some of the frequently asked questions about PeerDB and CDC in general.
Here we cover some of the frequently asked questions about PeerDB.

### What is the difference between CDC and Query Replication?
At a high level, CDC mirrors are a way to replicate changes (inserts/updates/deletes) for tables in a database. CDC uses logical replication of Postgres and reads the WAL.
Expand Down