| Previous | [ 1] | [ 2] | [ 3] | [ 4] | [ 5] | [ 6] | [ 7] | [ 8] | [ 9] | [ 10] | [ 11] | [ 12] |
¡@
HYEON GYU KIM AND MYOUNG HO KIM
Department of Computer Science
Korea Advanced Institute of Science and Technology
Daejeon, 305-701 Korea
Efficient predicate matching is essential to provide real-time responses in data
stream processing. Many predicate indexes have been introduced to address the predicate
matching problem. Among them, the IBS-tree handles predicates with open and closed
intervals in O(log2n) time. However, it was found that its insertion algorithm is not optimal
when processing open intervals. In this paper, a predicate indexing method is proposed
that supports fast insertion of predicates based on the IBS-tree scheme without degrading
the search performance. The basic idea of the proposed method is to use shared
lists when processing open intervals, and the insertion time is reduced to O(log n) in this
case. When dealing with closed intervals, an algorithm of the IBS-tree was used. Consequently,
the insertion performance of the proposed method improves as the ratio of open
intervals increases, which we observed through our experiments.
Received March 30, 2010; revised July 16 & November 2, 2010; accepted November 3, 2010.
Communicated by Vincent S. Tseng.
* This work was supported by Basic Science Research Program through the National Research Foundation of
Korea (NRF) grant funded by the Korea government (MEST) (No. 2009-0089128).