Re: Postgresql.conf - which param for in memory keys and tables?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Christian Hofmann" <christian(dot)hofmann(at)gmx(dot)de>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: Postgresql.conf - which param for in memory keys and tables?
Date: 2006-06-01 15:32:26
Message-ID: 12690.1149175946@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

"Christian Hofmann" <christian(dot)hofmann(at)gmx(dot)de> writes:
> Which param will I need to increase when I want postgresql to store the most
> requested keys, maximum 500 MB, in memory and to store the mos requested
> datasets, maximum 750 MB, in memory.
> So when there is a select statement the memory will be consumed instead of
> the slow disks.

This happens automatically because of kernel disk caching; you shouldn't
have to worry about it, assuming that you do actually have enough
memory.

regards, tom lane

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Christian Hofmann 2006-06-01 15:40:26 Re: Postgresql.conf - which param for in memory keys and tables?
Previous Message Keith D. Evans 2006-06-01 15:21:58 Re: searching multiple tables