Answer Posted / Sanjay Prasad
HBase primarily stores structured data, like tabular data, with each row being analogous to a table row and columns within a row being similar to column names in a database. Data is stored as key-value pairs, where the key is the RowKey (unique for each row) and the value can be of various types such as int, long, string, etc.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category