Given d input time series, an aggregated series can be formed by aggregating the d values at each time position. It is often useful to find the time positions whose aggregated values are the greatest. Instead of looking for individual top-k time positions, this paper gives two algorithms for finding the time interval (called the plateau) in which the aggregated values are close to each other (within a given threshold) and are all no smaller than the aggregated values outside of the interval. The first algorithm is a centralized one assuming that all data are available at a central location, and the other is a distributed search algorithm that does not require such a central location. The centralized algorithm has a linear time complexity with respect to the length of the time series, and the distributed algorithm employs the Threshold Algorithm by Fagin et al. and is quite efficient in reducing the communication cost as shown by the experiments reported in the paper.
[1]
John R. Smith,et al.
Making the threshold algorithm access cost aware
,
2004,
IEEE Transactions on Knowledge and Data Engineering.
[2]
Moni Naor,et al.
Optimal aggregation algorithms for middleware
,
2001,
PODS.
[3]
Wei Hong,et al.
Proceedings of the 5th Symposium on Operating Systems Design and Implementation Tag: a Tiny Aggregation Service for Ad-hoc Sensor Networks
,
2022
.
[4]
Cyrus Shahabi,et al.
Supporting spatial aggregation in sensor network databases
,
2004,
GIS '04.
[5]
Nick Roussopoulos,et al.
Hierarchical In-Network Data Aggregation with Quality Guarantees
,
2004,
EDBT.
[6]
Suman Nath,et al.
Tributaries and deltas: efficient and robust aggregation in sensor network streams
,
2005,
SIGMOD '05.
[7]
Jan Chomicki,et al.
Hippo: A System for Computing Consistent Answers to a Class of SQL Queries
,
2004,
EDBT.