What is the primary storage model used by Apache HBase?

  • Column-family Store
  • Document Store
  • Key-value Store
  • Relational Store
Apache HBase utilizes a column-family store as its primary storage model. Data is organized into column families, which consist of columns containing related data. This design allows for efficient storage and retrieval of large amounts of sparse data.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *