Re: cache whole data in RAM

From: William Yu <wyu(at)talisys(dot)com>
To: pgsql-performance(at)postgresql(dot)org
Subject: Re: cache whole data in RAM
Date: 2004-02-04 22:44:42
Message-ID: bvrskn$sdc$1@news.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

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
>

Upon bootup, automatically run "SELECT * FROM xyz" on every table in
your database.

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Mark Harrison 2004-02-04 22:55:15 select is not using index?
Previous Message Jan Wieck 2004-02-04 21:54:06 Re: [PERFORM] MySQL+InnoDB vs. PostgreSQL test?