Team Does any one have experienced the lag while ...
# ask-community-for-troubleshooting
v
Team Does any one have experienced the lag while doing CDC on Postgres and filling up the source database disk space I am doing the sync for every 5 min
👀 1
m
What do you mean about lag? A different in records?
v
Lag is the data size in the slot which is a difference between lsn of last applied to current lsn Though the sync on airbyte shows no records but db transaction log is growing
m
Can you share the complete log sync to check what was logged? There are some info about the binlog there
v
the sync has 0 records but postgres replication slot is of size 2gb
did you had a chance to look into it
m
Copy code
2022-03-02 09:19:39 [44msource[0m > 2022-03-02 09:19:39 [32mINFO[m i.a.i.d.i.DebeziumRecordIterator(computeNext):80 - no record found. polling again.
2022-03-02 09:19:39 [44msource[0m > 2022-03-02 09:19:39 [32mINFO[m i.a.i.s.p.PostgresCdcStateHandler(saveState):31 - debezium state: {"{\"schema\":null,\"payload\":[\"otp\",{\"server\":\"otp\"}]}":"{\"last_snapshot_record\":true,\"lsn\":17580309712320,\"txId\":44769321,\"ts_usec\":1646208260214000,\"snapshot\":true}"}
Looks Debezium didn’t found any records in the binlog, can you double-check the table and replication slot?