Remodel data and transforamtion in Cassandra -


1)i fetch data third party oracle database , load temporary tables in database 2) transformation using ssis etl - have static tables referred 3) ssis loads data final database used adhoc business queries.

now remodel in cassandra

1) third party database remain 2) can directly load temporary tables in cassandra, how can transformation , joins static tables

cassandra data model specific. if wrong modeling, you're screwed. before dumping every cassandra, should first analyze requirements determine read & write path.

about joins forget it, nothing such join exists in cassandra. key de-normalization


Comments

Popular posts from this blog

c# - How Configure Devart dotConnect for SQLite Code First? -

java - Copying object fields -

c++ - Clear the memory after returning a vector in a function -