<div dir="ltr">Want it?<br>I did it up because in theory we're going to want it at Carto to drive vector tile generation, but in practice so far it seems damnable hard to force into action, the planner only wants to parallelize queries with large numbers of tuples in place, and even then first with a parallel scan before getting to the parallel aggregate. At least. for my aggregate. I can, annoyingly, get a parallel aggregate on Sum() on a 60K record table.<div>Anyways, the upside is: it's parallel!</div><div>The downside is: it makes things more complex!</div><div>It's sitting in a branch if there's interest in it for 2.5</div><div>P</div></div>