can any one tell. cassandra data model and sql data model how we can define row and column with cassandra data model?
Tell me more
×
Database Administrators Stack Exchange is a question and answer site for
database professionals who wish to improve their database skills and learn from others in the community. It's 100% free, no registration required.
Cassandra is a Columnar Store NoSQL Database, Which goes beyond the Key Value pairs. A Column family in cassandra is a container for rows, like table in any RDBMS. And These are Stored and represented in Json Formats. Below are some links where you can get more info: http://wiki.apache.org/cassandra/DataModel |
|||
|