Efficient Predicate Matching over Continuous Data Streams
暂无分享,去创建一个
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.
[1] Philip S. Yu,et al. Interval query indexing for efficient stream processing , 2004, CIKM '04.
[2] Eric N. Hanson,et al. A predicate matching algorithm for database rule systems , 1990, SIGMOD '90.
[3] Lukasz Golab,et al. Issues in data stream management , 2003, SGMD.
[4] Kun-Lung Wu,et al. Efficient interval indexing for content-based subscription e-commerce and e-service , 2004, IEEE International Conference on E-Commerce Technology for Dynamic E-Business.