Re: Current wisdom wrt fsm on 8.0

From: Chris Browne <cbbrowne(at)acm(dot)org>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Current wisdom wrt fsm on 8.0
Date: 2004-10-08 15:36:53
Message-ID: 60hdp5w7ai.fsf@dba2.int.libertyrms.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

tgl(at)sss(dot)pgh(dot)pa(dot)us (Tom Lane) writes:

> elein <elein(at)varlena(dot)com> writes:
>> What is the current wisdom on setting the fsm variables
>> for 8.0? How is it different from 7.4? Or is it?
>
> Same as before.
>
>> I am assuming these are the values that changed with Jan's changes.
>> If not what were those variables?
>
> No, I can't think of any 8.0 changes that would influence how you
> set FSM size. There's been some speculation that with the new ARC
> code, it might be worth increasing shared_buffers to larger values
> than were useful before. I haven't seen any experiments to back
> that up though.

It's also likely that you should expect to get better effectiveness
even out of smaller amounts of shared buffers, because they won't get
"trashed" by vacuums the way they used to be. Well, overall, the
removal of ways of "trashing" cache should make it more effective at
all sorts of sizes. But I digress...
--
let name="cbbrowne" and tld="cbbrowne.com" in String.concat "@" [name;tld];;
http://www.ntlug.org/~cbbrowne/linuxxian.html
A VAX is virtually a computer, but not quite.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Bruce Momjian 2004-10-08 15:51:40 Re: Rollback on Error
Previous Message Steven Klassen 2004-10-08 15:17:07 Re: CGI program cannot access database