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

From Merlin Moncure
Subject Re: Progress on fast path sorting, btree index creation time
Date
Msg-id CAHyXU0zS=Y3o2b7ZF-FvD_kzoLZAUzYx=KNFTwLMZrpU+tU5Wg@mail.gmail.com
Whole thread Raw
In response to Progress on fast path sorting, btree index creation time  (Peter Geoghegan <peter@2ndquadrant.com>)
Responses Re: Progress on fast path sorting, btree index creation time  (Peter Geoghegan <peter@2ndquadrant.com>)
List pgsql-hackers
On Thu, Dec 29, 2011 at 8:03 PM, Peter Geoghegan <peter@2ndquadrant.com> wrote:
> * A spreadsheet that shows the results of re-running my earlier heap
> tuple sorting benchmark with this new patch. The improvement in the
> query that orders by 2 columns is all that is pertinent there, when
> considering the value of (1) and the sense in standing still for
> controversy A.
>
> * A spreadsheet that shows the difference in index creation times,
> generated with the help of the new python script.

very nice.  let me save everyone the effort of opening his
spreadsheets (which by the way both show 'HEAD/unoptimized' --
probably not what you meant): he's showing a consistent ~50% reduction
in running time of sort driven queries -- that's money.

merlin


pgsql-hackers by date:

Previous
From: Jeff Janes
Date:
Subject: Re: 16-bit page checksums for 9.2
Next
From: Peter Geoghegan
Date:
Subject: Re: Progress on fast path sorting, btree index creation time