Migration of data from OLTP to OLAP

929 Views Asked by At

I have an OLTP server and I have another server that serves as the Warehouse. There are a total of around 100 tables and I am inserting/updating the data in the warehouse based on the primary key and Modified-date using an SSIS package and linked server connection. The complete sync process takes around 20-25 minutes and hence the automated job is scheduled to run every 30 minutes. But due to this, I am having a lag of 30 minutes in my warehouse. Do we have any other way out to sync the data between OLTP and warehouse that can reduce the time lag. I don't want to use triggers as it will have impact on the performance of the transactional database.

0

There are 0 best solutions below