Open taegeonum opened 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]
We will suppose queries require only in-order processing and the stream can be in-order and out-of-order.
Current Design of MIST
Problem
GoalNew Design