Re: explanation about buffers and memory usage ... ?

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: depesz(at)depesz(dot)pl
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: explanation about buffers and memory usage ... ?
Date: 2001-11-19 21:50:05
Message-ID: 200111192150.fAJLo5G26107@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> hi,
> just a simple question:
> there are at least 4 types of buffers:
> shared_buffers
> sort_mem
> effective_cache_size
> geqo_pool_size
>
> can you please tell me when all of this memory is used. what for, and
> what's also important.
> assuming that i have 16 backends spawned how much memory will it take?
> shared_buffers are shared. but what about others? per backend?

See performance article on techdocs:

http://techdocs.postgresql.org

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-general by date

  From Date Subject
Next Message wsheldah 2001-11-19 22:13:46 Re: Need more speed from this.
Previous Message Bruce Momjian 2001-11-19 21:41:11 Re: [HACKERS] bug or change in functionality in 7.2?