8.7 Optimizing Joins

When joining two streams via a CoGroup Pipe, attempt to place the largest of the streams in the left most argument to the CoGroup. Joining multiple streams requires some accumulation of values before the join operator can begin, but the left most stream will not be accumulated. This should improve the performance of most joins.

Copyright © 2007-2008 Concurrent, Inc. All Rights Reserved.