Quantcast
Channel: StackExchange Replication Questions
Viewing all articles
Browse latest Browse all 17268

How to implement ORACLE to VERTICA replication?

$
0
0

I am in the process of creating an Oracle to Vertica process! We are looking to create a Vertica DB that will run heavy reports. For now is all cool Vertica is fast space use is great and all well and nice until we get to the main part getting the data from Oracle to Vertica. OK, initial load is ok, dump to csv from Oracle to Vertica, load times are a joke no problem so far everybody things is bad joke or there's some magic stuff going on! well is Simply Fast. Bad Part Now -> Databases are up and going ORACLE/VERTICA - and I have data getting altered in ORACLE so I need to replicate my data in VERTICA. What now: From my tests and from what I can understand about Vertica insert, updates are not to used unless maybe max 20 per sec - so real time replication is out of question. So I was thinking to read the arch log from oracle and ETL -it to create CSV data with the new data, altered data, deleted values-changed data and then applied it into VERTICA but I can not get a list like this:

Because explicit data change in VERTICA leads to slow performance.

So I am looking for some ideas about how I can solve this issue, knowing I cannot:

  1. Alter my ORACLE production structure.
  2. Use ORACLE env resources for filtering the data.
  3. Cannot use insert, update or delete statements in my VERTICA load process.

Things I depend on:

  1. The use of copy command
  2. Data consistency
  3. A max of 60 min window(every 60 min - new/altered data need to go to VERTICA).

I have seen the Continuent data replication, but it seems that nowbody wants to sell their prod, I cannot get in touch with them.


Viewing all articles
Browse latest Browse all 17268

Trending Articles



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