Some techniques and trade-offs affecting large data base retrieval times

  • Authors:
  • Burton H. Bloom

  • Affiliations:
  • -

  • Venue:
  • ACM '69 Proceedings of the 1969 24th national conference
  • Year:
  • 1969

Quantified Score

Hi-index 0.00

Visualization

Abstract

This paper presents a theoretical analysis of certain techniques for organizing large amounts of stored data to facilitate fast retrieval of desired information. The well-known access method involving the use of an inverted file to provide multi-keyword access to records is analyzed and shown to significantly reduce retrieval time at the cost of increased file maintenance time. It is shown that further improvements in retrieval time can result from exploiting several techniques for compacting the inverted file, including the use of a bit-pattern representation of the inverted file records. In addition, a direct keyword access method is introduced which avoids the use of a large disk resident concordance/index for locating disk resident information by maintaining a relatively small core resident table.