Quantcast
Channel: SCN: Message List - SAP HANA Developer Center
Viewing all articles
Browse latest Browse all 9165

Re: Connecting MS SQL Server or Oracle Databse to HANA and perform Delta loads

$
0
0

The core piece of delta loads is of course to find records that changed since the last data transfer.

An easy way to do that is to keep a last changed date with all your records in all tables.

That makes it easy to find those records that have changed.

 

It's not "pretty" but can - accepting an initial development investment - typically be very easily implemented (especially when the number of tables is rather small).

With MS SQL and Oracle there are also APIs available to do Change Data Capture (CDC) - but my gut feeling is that this would be overkill in this setup.


Viewing all articles
Browse latest Browse all 9165

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>