Re: Progress on fast path sorting, btree index creation time - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Progress on fast path sorting, btree index creation time
Date
Msg-id 27156.1328718946@sss.pgh.pa.us
Whole thread Raw
In response to Re: Progress on fast path sorting, btree index creation time  (Bruce Momjian <bruce@momjian.us>)
Responses Re: Progress on fast path sorting, btree index creation time  (Bruce Momjian <bruce@momjian.us>)
List pgsql-hackers
Bruce Momjian <bruce@momjian.us> writes:
> Yes, please.  That would be a big help.   Is there no optimization for
> strings?  I assume they are sorted a lot.  

It seems unlikely that it'd be worth including strings, especially if
your locale is not C.  This whole thing only makes sense for datatypes
that are comparable in approximately 1 machine instruction.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Vacuum rate limit in KBps
Next
From: Bruce Momjian
Date:
Subject: Re: Progress on fast path sorting, btree index creation time