Hi,
I am running a script that inserts to Oracle DB and measures the lag between the time the record is inserted to the database and the time it is stored in Redis database.
I see high latency in case of Oracle database.
attached is the Debezium log file .
In line number 51173 you can see the time the row was inserted into the table TABLE_TEST until Debezium actually reads it from the binlog.
If you need any other input please let me know.
Thanks,Gali
2022-09-20 13:46:43,161 TRACE [io.deb.con.ora.log.pro.AbstractLogMinerEventProcessor] (debezium-oracleconnector-redislabs-change-event-source-coordinator) DML: LogMinerEventRow{scn=18867944, tableId='ORCLPDB1.C##DBZUSER.TABLE_TEST', tableName='TABLE_TEST', tablespaceName='C##DBZUSER', eventType=INSERT, changeTime=2022-09-20T13:43:18Z, transactionId='0a001c005a0c0000', operation='INSERT', userName='C##DBZUSER', rowId='AAASL/AAOAAAFC7AAD', rollbackFlag=false, rsId= 0x000290.00039afc.0010 , ssn=3, redoSql='insert into "C##DBZUSER"."TABLE_TEST"("ID","DATE_FIELD") values ('4',TO_TIMESTAMP('2022-09-20 13:43:18.'));'}