RE: Database in RAM

From: "Albertson, Chris" <CAlbertson(at)primeadvantage(dot)com>
To: "'Ryan Mahoney'" <ryan(at)paymentalliance(dot)net>, pgsql-general(at)postgresql(dot)org
Subject: RE: Database in RAM
Date: 2001-05-03 15:52:23
Message-ID: 71EFB3F67FADD3119C0A00508B5544419661F4@mailtest123.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Yes you need to "tell" it how much of your RAM it can use
by setting the "-B" and "-S" option on startup. See
"man postgres".

> -----Original Message-----
> From: Ryan Mahoney [mailto:ryan(at)paymentalliance(dot)net]
> Sent: Thursday, May 03, 2001 2:57 AM
> To: pgsql-general(at)postgresql(dot)org
> Subject: [GENERAL] Database in RAM
>
>
> If you have the ram, does pg need to be optimized to store
> more data in ram?
>
> -r
>

Browse pgsql-general by date

  From Date Subject
Next Message Peter Eisentraut 2001-05-03 15:53:35 Re: BLOB type
Previous Message Peter Eisentraut 2001-05-03 15:52:14 Re: Database in RAM