InterviewSolution
Saved Bookmarks
| 1. |
The _________ suffers from the monotonically increasing rowkey problem.(a) rowkey(b) columnkey(c) counterkey(d) all of the mentioned |
|
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. |
|