Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search archives
  Advanced Search

Re: help needed -- sequential scan problem


  • From: sarlav kumar <sarlavk(at)yahoo(dot)com>
  • To: pgsql-performance(at)postgresql(dot)org
  • Cc: sarlav kumar <sarlavk(at)yahoo(dot)com>
  • Subject: Re: help needed -- sequential scan problem
  • Date: Mon, 22 Nov 2004 11:58:01 -0800 (PST)
  • Message-id: <20041122195801.14066.qmail@web51302.mail.yahoo.com> <text/plain>

Hi Josh,
 
Can you tell me in what way it affects performance? And How do I decide what value to set for the random_page_cost? Does it depend on any  other factors?
 
Thanks,
Saranya

Josh Berkus <josh(at)agliodbs(dot)com> wrote:
Sarlav,

> I am sorry, I am not aware of what random_page_cost is, as I am new to
> Postgres. What does it signify and how do I reduce random_page_cost?

It's a parameter in your postgresql.conf file. After you test it, you will 
want to change it there and reload the server (pg_ctl reload).

However, you can test it on an individual connection:
SET random_page_cost=2.5
(the default is 4.0)

-- 
--Josh

Josh Berkus
Aglio Database Solutions
San Francisco

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


Home | Main Index | Thread Index

Privacy Policy | About PostgreSQL
Copyright © 1996 – 2012 PostgreSQL Global Development Group