Re: cache whole data in RAM

From: Chris Trawick <ctrawick(at)cultured(dot)net>
To: David Teran <david(dot)teran(at)cluster9(dot)com>
Cc: PgSQL Performance ML <pgsql-performance(at)postgresql(dot)org>
Subject: Re: cache whole data in RAM
Date: 2004-02-03 13:32:07
Message-ID: 1075815126.15880.0.camel@unity.basin.cultured.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Put it on a RAM disk.

chris

On Tue, 2004-02-03 at 07:54, David Teran wrote:
> Hi,
>
> we are trying to speed up a database which has about 3 GB of data. The
> server has 8 GB RAM and we wonder how we can ensure that the whole DB
> is read into RAM. We hope that this will speed up some queries.
>
> regards David
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/docs/faqs/FAQ.html
>

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Jeff 2004-02-03 13:52:03 Re: [PERFORM] MySQL+InnoDB vs. PostgreSQL test?
Previous Message Bruno Wolff III 2004-02-03 13:27:39 Re: cache whole data in RAM