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

Add snapshot generator #86

Closed
wants to merge 1 commit into from
Closed

Add snapshot generator #86

wants to merge 1 commit into from

Conversation

eminano
Copy link
Collaborator

@eminano eminano commented Oct 29, 2024

This PR adds a snapshot generator, which touches all rows of the table to be snapshoted in batches, triggering replication WAL events for all rows that will then sync the data downstream.

The functionality used for snapshoting is naive, similar to what's currently done during the backfilling stage of pgroll.

The snapshot generator is an individual component that will be used by follow up PRs.

Relates to #80.

@eminano eminano requested a review from exekias October 29, 2024 14:23
@eminano eminano closed this Nov 26, 2024
@eminano eminano deleted the add-snapshot-generator branch February 14, 2025 12:52
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.

2 participants