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
Post a Comment