Skip to main content

Module graph_sync_checkpoint

Module graph_sync_checkpoint 

Source
Expand description

Graph sync checkpoint entity for Stage 4 of improve().

Stores high-water mark timestamps per (user_id, dataset_id, session_id) triple so that sync_graph_to_session() can process only new edges on re-runs.

Structs§

ActiveModel
Generated by sea-orm-macros
ColumnIter
An iterator over the variants of Column
Entity
Generated by sea-orm-macros
Model
PrimaryKeyIter
An iterator over the variants of PrimaryKey
RelationIter
An iterator over the variants of Relation

Enums§

Column
Generated by sea-orm-macros
PrimaryKey
Generated by sea-orm-macros
Relation