GMAP / SPBench

SPBench: A Framework for Benchmarking Stream Processing Applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Custom time interval to compute a frequency pattern

adrianomg opened this issue · comments

SPBench computes the frequency value for a given pattern for every item reading at the source operator.
It may add a significant overhead to update the frequency for light data items every time.
Optimally, users should be able to select a custom minimal interval for this.