Source-aware consistency
Use the strongest snapshot primitive each engine exposes.
PostgreSQL can share an exported snapshot. Other paths combine a pinned log position, replay-safe overlap, durable markers, and idempotent apply.
- ✓Position pinned before data copy
- ✓Parallel ranges with bounded concurrency
- ✓Durable per-table completion markers
- ✓Resume without restarting completed tables






