Skip to content
This repository has been archived by the owner on Dec 11, 2024. It is now read-only.

Feature/postgres sink #3

Merged
merged 3 commits into from
Nov 28, 2023
Merged

Feature/postgres sink #3

merged 3 commits into from
Nov 28, 2023

Conversation

le-vlad
Copy link
Contributor

@le-vlad le-vlad commented Nov 26, 2023

  • Batch inserts for a snapshot with COPY
  • Updates
  • Deletes
  • Inserts
  • Create table statements
  • Alter table statement (Canceled)

In order to support deletions - we have to enable "Replica Identity Full for the table we are going to sync"

@le-vlad le-vlad self-assigned this Nov 26, 2023
@le-vlad le-vlad mentioned this pull request Nov 26, 2023
@le-vlad
Copy link
Contributor Author

le-vlad commented Nov 27, 2023

@imnotsurprised Do you think we should support alter table statements at this moment?
Or should I skip them and implement in the next iteration?

@imnotsurprised
Copy link
Contributor

@imnotsurprised Do you think we should support alter table statements at this moment? Or should I skip them and implement in the next iteration?

i believe we can add it to the next iteration

@le-vlad le-vlad marked this pull request as ready for review November 27, 2023 20:27
@le-vlad le-vlad merged commit 378dae1 into main Nov 28, 2023
1 check passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants