Open OussamaSaoudi-db opened 2 weeks ago
Change Data Feed is a feature of the Delta protocol that allows users to scan all row-level changes that happened for each commit.
To construct TableChanges, we introduce the LogSegmentBuilder to more easily construct LogSegments.
TableChanges
LogSegmentBuilder
LogSegment
cdc
take
Change Data Feed is a feature of the Delta protocol that allows users to scan all row-level changes that happened for each commit.
Tasks
TableChanges Construction
To construct
TableChanges
, we introduce theLogSegmentBuilder
to more easily constructLogSegment
s.Generating CDF
cdc
files when reading data.