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

mongodb - Struggling to get ordered results from the last retrieved article, given array of elements to search in -

c# - Pausing a storyboard on TabItem mouse over -

c# - Attribute value in root node of xml Linq to XML -