Re: Page Size in Future Releases - Mailing list pgsql-performance

From Josh Berkus
Subject Re: Page Size in Future Releases
Date
Msg-id 200303202003.41383.josh@agliodbs.com
Whole thread Raw
In response to Re: Page Size in Future Releases  ("Shridhar Daithankar<shridhar_daithankar@persistent.co.in>" <shridhar_daithankar@persistent.co.in>)
List pgsql-performance
Shridar,

> One reason I know where it would help is getting postgresql to use tons of
> shaerd memory. Right now postgresql can not use much beyond 250MB(??)
> because number of shared buffer are int or something. So if you know your
> reconrds are large, are often manipulated and your OS is not so good at
> file caching, then increasing page size might help.

Um, two fallacies:
1) You can allocate as much shared buffer ram as you want.  The maxium I've
tested is 300mb, personally, but I know of no hard limit.

2) However, allocating more shared buffer ram ... in fact anything beyond
about 40mb ... has never been shown by anyone on this list to be helpful for
any size database, and sometimes the contrary.


--
Josh Berkus
Aglio Database Solutions
San Francisco

pgsql-performance by date:

Previous
From: "Christopher Kings-Lynne"
Date:
Subject: Re: Page Size in Future Releases
Next
From: Tom Lane
Date:
Subject: Re: postgresql meltdown on PlanetMath.org