Hyper-TH : An Index Mechanism for Real-Time Main Memory Database Systems

Hyper-TH : 실시간 주기억장치 데이터베이스 시스템을 위한 색인기법

  • 민영수 (충북대학교 정보통신공학과) ;
  • 신재룡 (충북대학교 정보통신공학과) ;
  • 이병엽 (대우정보시스템 e-솔루션사업팀) ;
  • 유재수 (충북대학교 전기전자 및 컴퓨터공학부)
  • Published : 2001.12.01

Abstract

In this paper, we propose an efficient index mechanism for real-time main memory database systems. Existing main memory index structures based on the tree can effectively support range searches. However, it doesn't guarantee the real-time characteristic because difference between the access time of a node and an average access time can be high. The index structures based on the hash have always a regular random access time on the simple searches and that speed is very fast. However they do not support range searches. To solve such problems, we propose a new index mechanism called Hyper Tree-Hash (Hyper-TH) that combines ECBH (Extendible Chained Bucket Hashing) and T*-tree. ECBH can be dynamically extended and has a very fast access time. T*-tree effectively supports the range searches. We show through our experiments that the proposed mechanism outperforms existing other index structures.

Keywords