Re: NULL-handling in aggregate(DISTINCT ...) - Mailing list pgsql-hackers

From Tom Lane
Subject Re: NULL-handling in aggregate(DISTINCT ...)
Date
Msg-id 24100.1258037606@sss.pgh.pa.us
Whole thread Raw
In response to Re: NULL-handling in aggregate(DISTINCT ...)  (Andrew Gierth <andrew@tao11.riddles.org.uk>)
List pgsql-hackers
Andrew Gierth <andrew@tao11.riddles.org.uk> writes:
> A followup question: currently the code uses the "datum" interface for
> tuplesort. Obviously with multiple columns the slot interface is used
> instead; but is there any performance advantage for staying with the
> datum interface for the single-column case?

No idea ... measure it and see.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: write ahead logging in standby (streaming replication)
Next
From: Andrew Chernow
Date:
Subject: Re: Listen / Notify rewrite