Re: New array functions - Mailing list pgsql-hackers

From Joe Conway
Subject Re: New array functions
Date
Msg-id 3F4E6F64.5050807@joeconway.com
Whole thread Raw
In response to New array functions  (Greg Stark <gsstark@mit.edu>)
List pgsql-hackers
Hannu Krosing wrote:
> Any idea of performance - is this array_aggregate(anyelement) faster,
> slower or about same than int_array_aggregate(int) ?

I haven't tested, but I'd guess for an array of any significant length 
int_array_aggregate() is faster (see my other post). That's one of the 
reasons I haven't advocated deprecating intagg yet.

Joe



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: New array functions
Next
From: "Jenny -"
Date:
Subject: running bdg on postgresql`