InterviewSolution
Saved Bookmarks
| 1. |
Point out the wrong statement.(a) HBase provides only sequential access to data(b) HBase provides high latency batch processing(c) HBase internally provides serialized access(d) All of the mentioned |
|
Answer» Right option is (c) HBase internally provides serialized access Explanation: HBase internally uses Hash tables and provides random access. |
|