1.

Insertion of a large number of entries at a time into an index is referred to as _______ of the index.(a) Bulk loading(b) Mass insertion(c) Quick insertion(d) Quick loadingI have been asked this question during an online exam.The origin of the question is B+ trees topic in section Indexing and Hashing of RDBMS

Answer»

Correct option is (a) BULK loading

To ELABORATE: Insertion of a large NUMBER of entries at a time into an index is referred to as bulk loading of the index. This reduces the time complexity as MULTIPLE entries are loaded at the same time.



Discussion

No Comment Found

Related InterviewSolutions