Re: [PERFORM] Potential memory usage issue [resolved]

2007-03-22 Thread David Brain
Thanks Bill for the explanation - that really helped me out considerably. What this showed me was that there were only 1024 buffers configured. I'm not quite clear as to how this happened as the postgresql.conf files on both systems have the shared_buffers set to ~5. However it looks as t

Re: [PERFORM] Potential memory usage issue

2007-03-22 Thread Bill Moran
In response to David Brain <[EMAIL PROTECTED]>: > Bill Moran wrote: > > > > > Install the pg_bufferstats contrib module and take a look at how shared > > memory is being use. I like to use MRTG to graph shared buffer usage > > over time, but you can just do a SELECT count(*) WHERE NOT NULL to s

Re: [PERFORM] Potential memory usage issue

2007-03-22 Thread David Brain
Bill Moran wrote: Install the pg_bufferstats contrib module and take a look at how shared memory is being use. I like to use MRTG to graph shared buffer usage over time, but you can just do a SELECT count(*) WHERE NOT NULL to see how many buffers are actually in use. Can you explain what yo

Re: [PERFORM] Potential memory usage issue

2007-03-22 Thread Tom Lane
Bill Moran <[EMAIL PROTECTED]> writes: > In response to David Brain <[EMAIL PROTECTED]>: >> I am curious as to why 'top' gives such different output on the two >> systems - the datasets are large and so I know I benefit from having >> high shared_buffers and effective_cache_size settings. > Have

Re: [PERFORM] Potential memory usage issue

2007-03-22 Thread Bill Moran
In response to David Brain <[EMAIL PROTECTED]>: > > Thanks for the response. > Bill Moran wrote: > > In response to David Brain <[EMAIL PROTECTED]>: > >> I recently migrated one of our large (multi-hundred GB) dbs from an > >> Intel 32bit platform (Dell 1650 - running 8.1.3) to a 64bit platform

Re: [PERFORM] Potential memory usage issue

2007-03-22 Thread David Brain
Hi, Thanks for the response. Bill Moran wrote: In response to David Brain <[EMAIL PROTECTED]>: I recently migrated one of our large (multi-hundred GB) dbs from an Intel 32bit platform (Dell 1650 - running 8.1.3) to a 64bit platform (Dell 1950 - running 8.1.5). However I am not seeing the perf

Re: [PERFORM] Potential memory usage issue

2007-03-22 Thread Bill Moran
In response to David Brain <[EMAIL PROTECTED]>: > > I recently migrated one of our large (multi-hundred GB) dbs from an > Intel 32bit platform (Dell 1650 - running 8.1.3) to a 64bit platform > (Dell 1950 - running 8.1.5). However I am not seeing the performance > gains I would expect What wer

[PERFORM] Potential memory usage issue

2007-03-22 Thread David Brain
Hi, I recently migrated one of our large (multi-hundred GB) dbs from an Intel 32bit platform (Dell 1650 - running 8.1.3) to a 64bit platform (Dell 1950 - running 8.1.5). However I am not seeing the performance gains I would expect - I am suspecting that some of this is due to differences I a