: Re: Subcolumn Indexing
Does this just mean the exhaustive list of the column names not all the values?
No, this means the entire supercolumn, names and values. When the client tries
to access any subcolumn in the supercolumn it has to read the entire
supercolumn.
So if I have a super column
Does this just mean the exhaustive list of the column names not all
the values?
No, this means the entire supercolumn, names and values. When the client
tries to access any subcolumn in the supercolumn it has to read the
entire supercolumn.
So if I have a super column that has a map of key
I had a question on a sentence about the data model and how things are stored
and retrieved that I came across in the O'Reilly book in the Data Model chapter.
"Cassandra does not index subcolumns, so when you load a super column into
memory, all of its columns are loaded as well."
Does this jus