Hi All,
Currently am replicating both DDL & DML from source database to target database. which has 1 extract, 1 datadump at source and 1 Both operations are working fine.
But there is time difference in replicate, Both machine timing are same. detail log follows
Extract log from source:
TABLEWildcard resolved (entry RUBIKONDEV.*):
TABLE RUBIKONDEV.ENTITY;
Using the following key columns for source table RUBIKONDEV.ENTITY: ENTITY_ID.
129 records processed as of 2014-02-19 11:59:38 (rate 0,delta 0)
Replicate log from target :
Using the following key columns for target table RUBIKONDEV.ENTITY: ENTITY_ID.
129 records processed as of 2014-02-19 11:59:47 (rate 0,delta 0)
from above log we can able to see that there was 9 Seconds difference between extract & replicate.
Is it 9 seconds difference will be oaky? or will it be performance problem? If it is performance problem what should i check.
Thanks & Regards
Sami