You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Stock updates are high-contention (same rows updated by many writers concurrently) - surfaces lock/retry handling
Result: we get INSERTs, UPDATEs, and DELETEs across fk-linked tables in realistic proportions, all within "real" transactions. That's exactly the hardest thing for a CDC engine to get right.
What