what different between join and coGroup in flink

classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

what different between join and coGroup in flink

hagersaleh
what different between join and coGroup in flink
Reply | Threaded
Open this post in threaded view
|

Re: what different between join and coGroup in flink

Fabian Hueske-2
CoGroup is more generic than Join. You can perform a Join with CoGroup but not do a CoGroup with a Join.
However, Join can be executed more efficiently than CoGroup.

2015-09-03 22:28 GMT+02:00 hagersaleh <[hidden email]>:
what different between join and coGroup in flink




--
View this message in context: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/what-different-between-join-and-coGroup-in-flink-tp2682.html
Sent from the Apache Flink User Mailing List archive. mailing list archive at Nabble.com.

Reply | Threaded
Open this post in threaded view
|

Re: what different between join and coGroup in flink

hagersaleh
Join can be executed more efficiently than CoGroup
this means Join faster than COGroup in executed
Reply | Threaded
Open this post in threaded view
|

Re: what different between join and coGroup in flink

Matthias J. Sax-2
Yes.

On 09/06/2015 10:55 PM, hagersaleh wrote:

> Join can be executed more efficiently than CoGroup
> this means Join faster than COGroup in executed
>
>
>
>
> --
> View this message in context: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/what-different-between-join-and-coGroup-in-flink-tp2682p2714.html
> Sent from the Apache Flink User Mailing List archive. mailing list archive at Nabble.com.
>


signature.asc (836 bytes) Download Attachment