On Wed, Mar 25, 2009 at 1:20 PM, DM <[email protected]> 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. -- Sent via pgsql-general mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general
