InterviewSolution
Saved Bookmarks
| 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 loading |
|
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. |
|