Re: [SQL] Can we load all database objects in memory?

From: Scott Marlowe <scott(dot)marlowe(at)gmail(dot)com>
To: DM <dm(dot)aeqa(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: [SQL] Can we load all database objects in memory?
Date: 2009-03-25 20:12:25
Message-ID: dcc563d10903251312p1af78f2dt8d18a978eacf37bb@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin pgsql-general pgsql-sql

On Wed, Mar 25, 2009 at 1:20 PM, DM <dm(dot)aeqa(at)gmail(dot)com> wrote:
> Hi All,
>
> I have a database of 10GB.
> My Database Server has a RAM of 16GB
>
> Is there a way that I can load all the database objects to memory?

Just replying to pgsql-general...

Yeah, just select * from table for each table, then they'll be in
kernel cache and ready to go.

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Tony Webb 2009-03-26 09:26:13 pg_ctlcluster not logging error (memory problem likely)
Previous Message Iñigo Martinez Lasala 2009-03-25 20:11:21 Re: [SQL] Can we load all database objects in memory?

Browse pgsql-general by date

  From Date Subject
Next Message Dave Page 2009-03-25 20:13:55 Re: 8.3.7 Windows Update Error
Previous Message Iñigo Martinez Lasala 2009-03-25 20:11:21 Re: [SQL] Can we load all database objects in memory?

Browse pgsql-sql by date

  From Date Subject
Next Message Nicholas I 2009-03-26 06:35:23 Table to Excel
Previous Message Iñigo Martinez Lasala 2009-03-25 20:11:21 Re: [SQL] Can we load all database objects in memory?