Abstract

Range sum queries are fundamental part of modern data analysis application. But traditional query algorithms can not be applied on data stream, which is an unbounded sequence of data elements generated at a rapid rate. In this paper, we propose a novel approach for computing range sum from data streams based on wavelet sliding window model. The basic idea is to divide sliding window into equally-sized batch windows and represent the data elements within a batch window using wavelet coefficients, then store these coefficients in a WaveletWindow structure. As a result, range sum queries toward data streams can be converted to compute range sum over such wavelet coefficients. This algorithm takes advantage of the merit of wavelet decomposition for range sum query and achieves superior runtime performance. The extensive experiments verified the effectiveness of our algorithm.

Talk to us

Join us for a 30 min session where you can share your feedback and ask us any queries you have

Schedule a call

Disclaimer: All third-party content on this website/platform is and will remain the property of their respective owners and is provided on "as is" basis without any warranties, express or implied. Use of third-party content does not indicate any affiliation, sponsorship with or endorsement by them. Any references to third-party content is to identify the corresponding services and shall be considered fair use under The CopyrightLaw.