Re: Can postgresql be run in memory (like a memory resi

From: Steve Crawford <scrawford(at)pinpointresearch(dot)com>
To: "Malghan, Ravi" <rmalghan(at)btspartners(dot)com>, "'pgsql-general(at)postgresql(dot)org'" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Can postgresql be run in memory (like a memory resi
Date: 2003-02-25 17:22:00
Message-ID: 20030225172201.0B222103BD@polaris.pinpointresearch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

If you are looking for performance I think letting the caching in the
OS/PostgreSQL take care of keeping stuff in memory is your best bet. But make
sure that you have given it a chance.

Have you already adjusted the settings in postgresql.conf? The default is to
severely limit the resources used by PostgreSQL so that it will at least
start and run run on as many platforms as possible. It is not set by default
to run as fast as possible.

It is assumed (seemingly often incorrectly given the recent thread on
changing the default configuration) that the administrator will adjust the
settings as appropriate for the capacity/requirements of that specific
installation.

Cheers,
Steve

On Tuesday 25 February 2003 6:59 am, Malghan, Ravi wrote:
> What I am trying to do is, I have multiple databases some of which are
> frequently accessed. So I am trying to see if the one's which are
> frequently accessed can be run as memory resident and others run normally.
> I am thinking this might improve response times.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2003-02-25 17:24:13 Re: create view
Previous Message Yohans Mendoza 2003-02-25 17:08:40