Saturday, 15 February 2014

Oracle to Apache Cassandra data migration -


I am working on Apache Cassandra data migration. I have some tables that I need to move with the data to the Casandra column family - what's the best way to do this?

I have seen Apache SUIP, will it help me? If so, what are the steps?

There is no silver bullet to migrate data from Oracle (or any RDBMS) to Cassandra The way in which your data is modeled in the cassandra, it is basically different from a relational database schema. Devices can help you to some degree, but you will first need to create a new data model that will match the way you read and write data in Sesandra. This article gives you a good start with Cassandra Data Modeling:


No comments:

Post a Comment