Skip to content

v0.2.5

Compare
Choose a tag to compare
@nevillelyh nevillelyh released this 15 Oct 00:42

"Imperium in imperio"

Notable changes:

  • Joins now favor large LHS #290 #287 #284
  • Expose Scala and Scio version in PipelineOptions #281
  • Add saveMetrics #286
  • Update to bigtable 0.9.3 #288

The biggest change is join behavior and performance improvement. Inner, left and out joins now performs better when the left-hand side is larger. For example a should be larger than b in a.join(b), and size(a) >= size(b) >= size(c) >= size(d) in MultiJoin(a, b, c, d). For more information please see this FAQ.