@prefix schema: <https://schema.org/> .
@prefix af: <https://anchorfact.org/ns#> .

<https://anchorfact.org/kb/computer-science/data-cdc-lag-and-replication-slots>
  a schema:TechArticle ;
  schema:headline "Data CDC Lag and Replication Slots" ;
  schema:url <https://anchorfact.org/computer-science/data-cdc-lag-and-replication-slots/> ;
  af:status "public" ;
  af:confidence "medium" ;
  af:confidenceScore "0.725" ;
  af:confidenceBasis "verified_sources" ;
  af:generationMethod "ai_structured" .

<https://anchorfact.org/kb/computer-science/data-cdc-lag-and-replication-slots>
  schema:citation <https://debezium.io/documentation/reference/stable/operations/monitoring.html> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/computer-science/data-cdc-lag-and-replication-slots>
  schema:citation <https://www.postgresql.org/docs/current/view-pg-replication-slots.html> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/computer-science/data-cdc-lag-and-replication-slots>
  schema:citation <https://dev.mysql.com/doc/refman/8.4/en/show-replica-status.html> ;
  af:sourceTier "B" .