./cdc cli changefeed statistics
{
"ops": 0,
"count": 0,
"sink_gap": "650ms",
"replication_gap": "7250ms"
}
{
"ops": 0,
"count": 0,
"sink_gap": "450ms",
"replication_gap": "7334ms"
}
{
"ops": 0,
"count": 0,
"sink_gap": "1000ms",
"replication_gap": "7700ms"
}
I used this command to monitor my cdc job, and found the latency is large than I expected.
replication_gap is big but sink_gap is small, could this be due to slow data pulling? How can I increase its speed?