seznam / euphoria

Euphoria is an open source Java API for creating unified big-data processing flows. It provides an engine independent programming model which can express both batch and stream transformations.
Apache License 2.0
82 stars 11 forks source link

Flink - broadcast hash join #260

Open dmvk opened 6 years ago

dmvk commented 6 years ago

Broadcast Hash Join (aka Map Side Join) is currently missing in the Flink Runtime. We should implement this as introduces significant performance gain.