Skip to main content

materialized_event_frontier

Function materialized_event_frontier 

Source
pub fn materialized_event_frontier(
    session_id: &str,
) -> Result<Option<(u64, String)>>
Expand description

Read only the projection’s event frontier. Deciding whether a stored projection already matches an archive costs one row this way, instead of deserializing every transcript item to compare two integers.