marsupialtail/quokka

Support ordering

marsupialtail opened this issue · 0 comments

It is useful to have a notion of ordering among input datastreams to a node, to support things like build-probe joins that use less memory than the streaming two sided join Quokka uses today.

The ordering requirements at each node can probably just be translated down into a requirement of which input sources have to be completed before other input sources start.

Once the algorithm for the above is completed, shouldn't be that hard to change the Quokka runtime to support this.