Skip to content
#

broadcast-join

Here are 8 public repositories matching this topic...

Battle-tested Apache Spark tuning patterns with reproducible benchmarks. 10 techniques (partition pruning, broadcast joins, AQE, skew handling, Z-ORDER, and more) — each paired with measured before/after speedups runnable on a laptop.

  • Updated Apr 23, 2026
  • Python

Diagnoses Spark data skew from the job's own event log - no cluster, no JVM - and tells key skew apart from a straggler by comparing task time against bytes read. Then measures the fixes against each other on real Spark 4: across 16 cells, salting won 0. Broadcast 6.5x, AQE 1.5x, salting 0.81x.

  • Updated Aug 19, 2026
  • Python

Improve this page

Add a description, image, and links to the broadcast-join topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the broadcast-join topic, visit your repo's landing page and select "manage topics."

Learn more