Computer Science, asked by golu00145, 1 year ago

Given that the database buffer sizes are very large, what data structure would you use for efficient search? Marks: MCQ
a) B+ trees
b) Hash tables
c) Fibonacci heaps
d) Red-Black trees

Answers

Answered by nnarendrqmodi
2
(b) option is right
Answered by writersparadise
0

The answer is b) Hash tables.    


Given that the database buffer sizes are very large, the hash tables data structures are used for efficient search. These data structures can be used for fast retrieval of an item from a data set. A hash table can be used for the mapping of keys to values. 
Similar questions