database caches

From: Ruslan A Dautkhanov <rusland(at)scn(dot)ru>
To: pgsql-bugs(at)postgresql(dot)org
Subject: database caches
Date: 2002-10-29 04:25:51
Message-ID: 3DBE0DCF.38B504AE@scn.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Hi,

I have problem in PG performance - all database caches is allocated
to one table, which is much greater than all other tables together, but
requests to this huge table much rarely, than requests with other tables.
How can I adjust which tables should be cached more (cache rate), and
which less, if this possible?? Or which tables not to cache completely.
Thanks a lot in advice.

---
best regards,
Ruslan A Dautkhanov rusland(at)scn(dot)ru

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Neil Conway 2002-10-29 05:27:18 Re: database caches
Previous Message Bruce Momjian 2002-10-29 02:39:51 Re: Technical Question