Re: load the whole database into RAM

From: Martijn van Oosterhout <kleptog(at)svana(dot)org>
To: filippo <filippo2991(at)virgilio(dot)it>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: load the whole database into RAM
Date: 2007-03-29 18:59:39
Message-ID: 20070329185939.GB17519@svana.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Tue, Mar 27, 2007 at 11:43:38PM -0700, filippo wrote:
> I use pgsql to store data for my program (hotel manager). The
> filesystem reports that the size on disk of database is not so bing
> (~100MB ~20MB actual data). I want to tune the engine to fit the
> database as much as possible in RAM, say: postgres, please, use 512MB
> (1GB) of my RAM just for your needs and load everithing on it. Is
> it possible and, of course, effective?

Just put lots of RAM in the machine and let the OS cache it all. The
only knob you'd really need to tune would be random_page_cost, which
you could set at one (though perhaps effective_cache_size will handle
that for you...

Have a nice day,
--
Martijn van Oosterhout <kleptog(at)svana(dot)org> http://svana.org/kleptog/
> From each according to his ability. To each according to his ability to litigate.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Edoardo Panfili 2007-03-29 19:00:47 Re: Codifica database
Previous Message Merlin Moncure 2007-03-29 18:42:22 Re: load the whole database into RAM