cdc-determines-insert-vs-update-by-old-value

Status: IN

The CDC layer distinguishes `insert` from `update` events by checking whether `old_value is None`; the WAL only knows `PUT` and `DELETE`, so the semantic enrichment happens at the CDC boundary

Source: entries/2026/05/29/topic-ddia-unbundling-concept.md

JSON