So far so good. Now I just need to figure out how to set it globally. :-/
On Mon, Jan 30, 2012 at 1:45 PM, Scott Marlowe <scott.marlowe@xxxxxxxxx> wrote:
Yes try lowering it. Generally speaking, random page cost shouldOn Mon, Jan 30, 2012 at 2:39 PM, Alessandro Gagliardi
<alessandro@xxxxxxxx> wrote:
> Looking
> at http://www.postgresql.org/docs/current/static/runtime-config-query.html#GUC-RANDOM-PAGE-COST
> I wonder if I should try reducing random_page_cost?
>
always be >= seq page cost. Start with a number between 1.5 and 2.0
to start with and see if that helps. You can make it "sticky" for
your user or database with alter user or alter database...