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

Enforce ordering by replication key during full refresh #202

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jan 14, 2023

  1. Enforce ordering by replication key during full refresh

    For the incremental strategy if we stop an initial data load midway our state will be that of the last record that was written to the target. Right now the generated SQL for this case does not enforce ordering records by the replication_key. If we don't enforce the ordering of the records from the source we have no guarantee that all records before the last one were written to the target (as Postgres might return them in disorder). To overcome these issues we should enforce ordering.
    sebasgarcep authored Jan 14, 2023
    Configuration menu
    Copy the full SHA
    784aba8 View commit details
    Browse the repository at this point in the history