Parallel Aggregates for string_agg and array_agg - Mailing list pgsql-novice

From Tomer Praizler
Subject Parallel Aggregates for string_agg and array_agg
Date
Msg-id CAD=kdR8AS5wYtc+=Bd6v_qMGVQNDEqAMvwL3n0f+1KJLYfY0jA@mail.gmail.com
Whole thread Raw
Responses Re: Parallel Aggregates for string_agg and array_agg  (David Rowley <david.rowley@2ndquadrant.com>)
List pgsql-novice
Hey!

Just wanted to check if there is any magic that can be done to make this happen. 

I didn't try it, but wanted to check if there is any way to deal with the need to aggregate on a string, by creating an array while doing a group by? Should I manipulate my data to be able to do it, maybe by generating an int out of those strings? Any other idea?

Thanks!

pgsql-novice by date:

Previous
From: David Raymond
Date:
Subject: RE: Elegant way to insert of some value in some tables in shortinstruction
Next
From: David Rowley
Date:
Subject: Re: Parallel Aggregates for string_agg and array_agg