My intuition says no says all the accumulators will just grouped together into a single key/accumulators element and that entire element will get loaded into memory, but not sure if there's any kind of special magic to handle this
On Tue, Mar 11, 2025 at 11:16 PM Joey Tran <joey.t...@schrodinger.com> wrote: > Hey all, > > Just wondering if CombineFn.merge_accumulators is called with a lazy > iterator of accumulators or if it's expected to be called with all the > accumulators in memory > > Best, > Joey >