205k views
3 votes
The following system is ideal for representing large, sparsely-populated tables that have a need for real-time, read-write random access.

A. Hadoop
B. MS SQL Server
C. HBase
D. Hive

User Guy Blanc
by
4.9k points

1 Answer

4 votes

Answer:

The correct answer is C. HBase.

Step-by-step explanation:

HBase is a database system written in the Java programming language. It is open-source and can store enormous amounts of data in tables in billions of rows and columns. It enables random read and write operations in real time. In HBase, the query fetch time is less. It is designed to store denormalized data in wide and sparsely populated tables in contrast to the relational database management system.

User Akshit Rewari
by
4.5k points