You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@flink.apache.org by Vishal Santoshi <vi...@gmail.com> on 2018/04/19 13:07:59 UTC

Regarding keyed stream

It is evident that if I have n windows and subsequent aggregate, on a keyed
stream, it is a n way hash increasing as in n copies of the stream. Is
there a reason why that is the direction flink has gone rather than one
hash operator localized specific  window/subsequent operations.