The Journal of Information Technology and Database (정보기술과데이타베이스저널)
- Volume 8 Issue 2
- /
- Pages.103-114
- /
- 2001
- /
- 1226-3559(pISSN)
Hyper-TH : An Index Mechanism for Real-Time Main Memory Database Systems
Hyper-TH : 실시간 주기억장치 데이터베이스 시스템을 위한 색인기법
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