What do you mean by Column Family?

devquora
devquora

Posted On: Feb 22, 2018

 

Column family as the name suggests it relates to a structure that has a large number of rows. These are associated with a key-value set. Key represents the title of the column while value suggests the column data. You can relate it to the hash map exist in Java. The Column family is very manageable as it provides one rows having a hundred of columns while the others provide just 2 columns. There are no limitations to list of columns.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Cassandra Interview Questions

    What do you understand by Cassandra?

    It is a NoSQL based technology which is highly selected by the users and customers...

    Cassandra Interview Questions

    What are the main benefits of using Cassandra?

    First of all, the extraordinary points that makes the people so attracted to it that it has no chance of failure..

    Cassandra Interview Questions

    What do you mean by Tunable Consistency?

    Tunable Consistency is used to keep the fresh and co-exist data rows on all their replicas..