The syscdrlatency table contains statistics about Enterprise Replication latency (the time it takes to replicate transactions).
| Column | Type | Description |
|---|---|---|
| source | integer | Source of transaction (cdrid) |
| replid | integer | Replicate ID |
| txncnt | integer | The number of transactions on this source replicate |
| inserts | integer | Number of INSERT statements |
| deletes | integer | Number of DELETE statements |
| updates | integer | Number of UPDATE statements |
| last_tgt_apply | integer | The time of the last transaction to be applied to the target (cdrtime) |
| last_src_apply | integer | The time of the last transaction to be applied on the source (cdrtime) |