Concurrency Control in B-Trees with Batch Updates

  • Authors:
  • Kerttu Pollari-Malmi;Eljas Soisalon-Soininen;Tatu Ylönen

  • Affiliations:
  • -;-;-

  • Venue:
  • IEEE Transactions on Knowledge and Data Engineering
  • Year:
  • 1996

Quantified Score

Hi-index 0.00

Visualization

Abstract

In many applications it is important to be able to insert (or delete) keys into a B-tree as a batch, instead of inserting them one by one. Moreover, it may be necessary to search the B-tree concurrently with the batch update. An example of this is a text database system supporting a newspaper house: All words (keys) of each article obtained from a news agency should be inserted at once, and, at the same time, searches for documents containing certain words should be allowed as efficiently as possible. We have designed two solutions to the problem of concurrent batch update. The first solution驴implemented in our commercial text database system驴optimizes the speed of the batch update, and the second solution optimizes the average search time during the batch update.