The search functionality is under construction.
The search functionality is under construction.

Keyword Search Result

[Keyword] IBS-tree(1hit)

1-1hit
  • Efficient Predicate Matching over Continuous Data Streams

    Hyeon-Gyu KIM  Woo-Lam KANG  Yoon-Joon LEE  Myoung-Ho KIM  

     
    LETTER-Database

      Vol:
    E92-D No:9
      Page(s):
    1787-1790

    In this paper, we propose a predicate indexing method which handles equality and inequality tests separately. Our method uses a hash table for the equality test and a balanced binary search tree for the inequality test. Such a separate structure reduces a height of the search tree and the number of comparisons per tree node, as well as the cost for tree rebalancing. We compared our method with the IBS-tree which is one of the popular indexing methods suitable for data stream processing. Our experimental results show that the proposed method provides better insertion and search performances than the IBS-tree.