Pontificia Universidad Católica de Chile Pontificia Universidad Católica de Chile
Bucchi M., Grez A., Quintana A., Riveros C., Vansummeren S. (2022)

CORE: a complex event recognition engine

Revista : Proceedings of the VLDB Endowment
Volumen : 15
Número : 9
Páginas : 1951-1964
Tipo de publicación : ISI Ir a publicación

Abstract

Complex Event Recognition (CER) systems are a prominent technology for finding user-defined query patterns over large data streams in real time. CER query evaluation is known to be computationally challenging, since it requires maintaining a set of partial matches, and this set quickly grows super-linearly in the number of processed events. We present CORE, a novel COmplex event Recognition Engine that focuses on the efficient evaluation of a large class of complex event queries, including time windows as well as the partition-by event correlation operator. This engine uses a novel automaton-based evaluation algorithm that circumvents the super-linear partial match problem: under data complexity, it takes constant time per input event to maintain a data structure that compactly represents the set of partial matches and, once a match is found, the query results may be enumerated from the data structure with output-linear delay. We experimentally compare CORE against state-of-the-art CER systems on real-world data. We show that (1) CORE’s performance is stable with respect to both query and time window size, and (2) CORE outperforms the other systems by up to five orders of magnitude on different workloads.