DOI QR코드

DOI QR Code

Design and Implementation of a Main Memory Index Structure in a DBMS

  • Bae, Duck-Ho (College of Information and Communications Hanyang University) ;
  • Kim, Jong-Dae (College of Information and Communications Hanyang University) ;
  • Park, Se-Mi (College of Information and Communications Hanyang University) ;
  • Kim, Sang-Wook (College of Information and Communications Hanyang University)
  • 발행 : 2007.09.30

초록

The main memory DBMS (MMDBMS) efficiently supports various database applications that require high performance since it employs main memory rather than disk as a primary storage. An index manager is an essential sub-component of a DBMS used to speed up the retrieval of objects from a large volume of a database in response to a certain search condition. Previous research efforts on indexing proposed various index structures. However, they hardly dealt with the practical issues occurred in implementing an index manager on a target DBMS. In this paper, we touch these issues and present our experiences in developing the index manager. The main issues are (1) compact representation of an index entry, (2) support of variable-length keys. (3) support of multiple-attribute keys, and (4) support of duplicated keys.

키워드