Concurrent Manipulation of Binary Search Trees. Revision.

Abstract

The concurrent manipulation of a binary search tree is considered in this paper. The systems presented can support any number of concurrent processes which perform searching, insertion, deletion, and rotation(reorganization) on the tree, but allow any process to lock only a constant number of nodes at any time. Also, in the systems, searches are essentially never blocked. The concurrency control techniques introduced in the paper include the use of special nodes and pointers to redirect searches, and the use of copies of sections of the tree to introduce many changes simultaneously and therefore avoid unpredictable interleaving. Methods developed in this paper may provide new insights to other problems in the area of concurrent database manipulation. (Author)

Open PDF

Document Details

Document Type
Technical Report
Publication Date
Sep 01, 1979
Accession Number
ADA081443

Entities

People

  • H. T. Kung
  • Philip L. Lehman

Organizations

  • Carnegie Mellon University

Tags

DTIC Thesaurus Topics

  • Abstracts
  • Accumulators
  • Algorithms
  • Computers
  • Data Storage Systems
  • Databases
  • Guarantees
  • Lists (Data Structures)
  • Multiprocessors
  • Multithreading
  • Organizational Realignment
  • Rotation
  • Standards
  • Trees (Data Structures)

Fields of Study

  • Computer science

Readers

  • Operations Research
  • Parallel and Distributed Computing.
  • Systems Analysis and Design