David Rowley <[email protected]> writes: > Given the same set of paths, when would a non-parallel append be > cheaper than a parallel one?
Well, anytime the parallel startup cost is significant, for starters.
But maybe we account for that at some other point, like when building
the Gather?
regards, tom lane
