Batch Composite Generation
Previously, Tripod composites (Tables, Views, Search Documents) would send each individual matching CBD document as an ApplyOperation job, despite the fact that ApplyOperation was designed to handle this in bulk. This could cause bottlenecks by queuing massive amounts of Resque jobs, each doing one operation for one subject.
This release allows the composites to be generated in configurable batches: Views, by default, are set to a much lower threshold than Tables, for instance, since Views can be much more intensive to build.