snuspl / pluto

MIST: High-performance IoT Stream Processing
Apache License 2.0
17 stars 3 forks source link

Support out-of-order event processing #266

Open taegeonum opened 8 years ago

taegeonum commented 8 years ago

Current Design of MIST

Problem

Goal

New Design

taegeonum commented 8 years ago

16/07/25 Edited

Current Design of MIST

Why one event is processed at a time in a stream?

Query \ Stream in-order out-of-order
in-order O sorting at src required
out-of-order O O

[Table 1: support in-order/out-of-order processing]

taegeonum commented 8 years ago

We will suppose queries require only in-order processing and the stream can be in-order and out-of-order.