You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by Stephan Ewen <se...@apache.org> on 2015/03/17 22:22:43 UTC

Blog post about Parallel Joins in Flink - Mechanisms and Performance

Hello Squirrels!

Flink committer Fabian Hueske has written a very nice article about joins
in Apache Flink.

The article talks about joins in the APIs, the join algorithms, memory
management, and performance experiments on a small cluster.
A good read for everyone with SQL/ETL-style use cases and for those who are
interested to learn more about how Flink works.


http://flink.apache.org/news/2015/03/13/peeking-into-Apache-Flinks-Engine-Room.html


Have fun reading!

Re: Blog post about Parallel Joins in Flink - Mechanisms and Performance

Posted by Henry Saputra <he...@gmail.com>.
Great post.

Small comment, @Fabian I think the image is flipped.
The image for Repartition-Repartition is shown in the Broadcast-Forward section.

- Henry

On Tue, Mar 17, 2015 at 2:22 PM, Stephan Ewen <se...@apache.org> wrote:
> Hello Squirrels!
>
> Flink committer Fabian Hueske has written a very nice article about joins
> in Apache Flink.
>
> The article talks about joins in the APIs, the join algorithms, memory
> management, and performance experiments on a small cluster.
> A good read for everyone with SQL/ETL-style use cases and for those who are
> interested to learn more about how Flink works.
>
>
> http://flink.apache.org/news/2015/03/13/peeking-into-Apache-Flinks-Engine-Room.html
>
>
> Have fun reading!