Is There Any Way ....

From: "Lane Van Ingen" <lvaningen(at)esncc(dot)com>
To: <pgsql-performance(at)postgresql(dot)org>
Subject: Is There Any Way ....
Date: 2005-09-29 23:21:08
Message-ID: EKEMKEFLOMKDDLIALABIMECFCDAA.lvaningen@esncc.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

... to do the following:
(1) Make a table memory-resident only ?
(2) Set up user variables in memory that are persistent across all
sessions, for
as long as the database is up and running ?
(3) Assure that a disk-based table is always in memory (outside of keeping
it in
memory buffers as a result of frequent activity which would prevent
LRU
operations from taking it out) ?

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Dario 2005-09-30 00:05:45 Re: How to Trigger An Automtic Vacuum on Selected Tables
Previous Message Cosimo Streppone 2005-09-29 23:19:35 Re: Monitoring Postgresql performance