Data Ingestion and Replication
- Data Ingestion and Replication
- 所有产品
Insert into tableA pkey = 1 Update tableA where pkey=1 Update tableA where pkey=1 Delete from tableA where pkey = 1
opType=I, pkey=1…. opType=E, pkey=1... opType=E, pkey=1... opType=D, pkey=1...