Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
What is a Row in Cassandra? and What are the different elements of it?
Home
Cassandra
What is a Row in Cassandra? and What are the different elements of it?
0
votes
asked
Feb 3, 2020
in
Cassandra
by
rajeshsharma
What is a Row in Cassandra? and What are the different elements of it?
#cassandra-row
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Feb 3, 2020
by
SakshiSharma
A row is a collection of sorted columns. It is the smallest unit that stores related data in Cassandra. Any component of a Row can store data or metadata
The different elements/parts of a row are the
Row Key
Column Keys
Column Values
...