Re: MULTISET and additional functions for ARRAY - Mailing list pgsql-hackers

From David Fetter
Subject Re: MULTISET and additional functions for ARRAY
Date
Msg-id 20101115191437.GB22943@fetter.org
Whole thread Raw
In response to Re: MULTISET and additional functions for ARRAY  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: MULTISET and additional functions for ARRAY
List pgsql-hackers
On Mon, Nov 15, 2010 at 10:13:40AM -0500, Tom Lane wrote:
> Itagaki Takahiro <itagaki.takahiro@gmail.com> writes:
> > Another issue for sorting is that we have 4 kinds of sorting: ASC/DESC
> > and NULLS FIRST/LAST.
> 
> We have a lot more kinds than that.  See USING.

USING pretty much gives us no chance of optimizing at all.  Could we
maybe see about optimizing the 99% case, which those two bits cover?

Cheers,
David.
-- 
David Fetter <david@fetter.org> http://fetter.org/
Phone: +1 415 235 3778  AIM: dfetter666  Yahoo!: dfetter
Skype: davidfetter      XMPP: david.fetter@gmail.com
iCal: webcal://www.tripit.com/feed/ical/people/david74/tripit.ics

Remember to vote!
Consider donating to Postgres: http://www.postgresql.org/about/donate


pgsql-hackers by date:

Previous
From: Josh Berkus
Date:
Subject: Re: Re: Rethinking hint bits WAS: Protecting against unexpected zero-pages: proposal
Next
From: Robert Haas
Date:
Subject: Re: Re: Rethinking hint bits WAS: Protecting against unexpected zero-pages: proposal