Thursday, September 14, 2017

Working With Cassandra Databases

DZone Database Zone
Working With Cassandra Databases
Working With Cassandra Databases

Not long ago, the SQL database was the normal way of organizing data. Now things have changed, with the appearance of multiple NoSQL databases that allow the storage of data in various ways, such as key-value or XML/JSON formats.

SQL Normalization vs. NoSQL Denormalization

Before getting into this topic, the first thing to know is that normalization refers to having well-organized data, which is usually done using relationships.

No comments:

Fun With SQL: Functions in Postgres

DZone Database Zone Fun With SQL: Functions in Postgres In our previous  Fun with SQL  post on the  Citus Data  blog, we covered w...