InterviewSolution
Saved Bookmarks
| 1. |
The _________ suffers from the monotonically increasing rowkey problem.(a) rowkey(b) columnkey(c) counterkey(d) all of the mentionedI got this question in an online quiz.I would like to ask this question from Schema Design in HBase topic in section Hive and HBase of Hadoop |
|
Answer» CORRECT answer is (a) rowkey To explain I would say: Attention must be PAID to the number of BUCKETS because this will require the same number of scans to RETURN RESULTS. |
|