Re: Query using SeqScan instead of IndexScan

From: Josh Berkus <josh(at)agliodbs(dot)com>
To: pgsql-performance(at)postgresql(dot)org
Cc: Brendan Duddridge <brendan(at)clickspace(dot)com>
Subject: Re: Query using SeqScan instead of IndexScan
Date: 2006-03-30 05:18:49
Message-ID: 200603292118.50033.josh@agliodbs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Brenden,

> Any ideas what I can do to improve this without turning sequential  
> scanning off?

Hmmm, looks like your row estimates are good. Which means it's probably your
postgresql.conf parameters which are off. Try the following, in the order
below:

1) Raise effective_cache_size to 2/3 of your RAM (remember that ecs is in 8k
pages). Test again.

2) Multiply all of the cpu_* costs by 0.3. Test again.

3) Lower random_page_cost by steps to 3.5, then 3.0, then 2.5, then 2.0,
testing each time.

These are all runtime-settable parameters, so you can test them in one query
window, then set them in the main postgresql.conf if they work.

--
Josh Berkus
Sun Microsystems
San Francisco

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Greg Quinn 2006-03-30 05:57:23 [Solved] Slow performance on Windows .NET and OleDb
Previous Message Josh Berkus 2006-03-30 05:14:27 Re: Database possible corruption , unsolvable mystery