Re: general question on two-partition table - Mailing list pgsql-general

From David Wilson
Subject Re: general question on two-partition table
Date
Msg-id e7f9235d0907271708q3176b76cyc178dcb47021604@mail.gmail.com
Whole thread Raw
In response to general question on two-partition table  (Janet Jacobsen <jsjacobsen@lbl.gov>)
Responses Re: general question on two-partition table
List pgsql-general
On Mon, Jul 27, 2009 at 7:52 PM, Janet Jacobsen<jsjacobsen@lbl.gov> wrote:

> Can you suggest other strategies?

Something that might be easier to play with is to create a (or
several, to speed up other queries) functional index on the comparison
between rbscore and the cutoff. It won't buy you anything on seq
scans, but if most of the queries are done on small subsets of the
tuples which meet the "good" criteria, it could be a big win that's
very easy to implement.

--
- David T. Wilson
david.t.wilson@gmail.com

pgsql-general by date:

Previous
From: "Joshua D. Drake"
Date:
Subject: Re: For production: 8.4 or 8.3?
Next
From: Greg Stark
Date:
Subject: Re: general question on two-partition table