-
Notifications
You must be signed in to change notification settings - Fork 348
DB Pipes: Docs on sync control, resync, initial load and more #4037
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
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
3 Skipped Deployments
|
docs/integrations/data-ingestion/clickpipes/mysql/parallel_initial_load.md
Outdated
Show resolved
Hide resolved
docs/integrations/data-ingestion/clickpipes/mysql/parallel_initial_load.md
Outdated
Show resolved
Hide resolved
### Monitoring parallel snapshot in Postgres {#monitoring-parallel-snapshot-in-postgres} | ||
You can analyze **pg_stat_activity** to see the parallel snapshot in action. The ClickPipe will create multiple connections to the source database, each reading a different partition of the source table. If you see **FETCH** queries with different CTID ranges, it means that the ClickPipe is reading the source tables. You can also see the COUNT(*) and the partitioning query in here. | ||
|
||
### Limitations {#limitations} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Call out compressed hypertables here mayhaps?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you share what to add exactly ? As I don't have context
4f8dc8f
to
0677941
Compare
1bdc069
to
ba6ca2b
Compare
Summary
This PR adds more documentation around DB pipes
Checklist