Database in RAM
If you have the ram, does pg need to be optimized to store more data in ram?
-r
Import Notes
Reply to msg id not found: 3AF137DB.7CB77570@amwdb.u-strasbg.frReference msg id not found: Pine.LNX.4.30.0105031331260.26159-100000@melkinpaasi.cs.Helsinki.FI
If you have the ram, does pg need to be optimized to store more data in ram?
-r
I would recommend increasing the number of PostgreSQL shared buffers
with the PostgreSQL -B switch. You can read my new performance article:
http://candle.pha.pa.us/main/writings/pgsql/performance/index.html
It talks about memory usage and performance.
--
Bruce Momjian | http://candle.pha.pa.us
pgman@candle.pha.pa.us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026
Ryan Mahoney writes:
If you have the ram, does pg need to be optimized to store more data in ram?
You can use the postmaster -B option to allocate more buffers, but
remember to leave enough memory to the kernel for file caching.
--
Peter Eisentraut peter_e@gmx.net http://funkturm.homeip.net/~peter
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".
Show quoted text
-----Original Message-----
From: Ryan Mahoney [mailto:ryan@paymentalliance.net]
Sent: Thursday, May 03, 2001 2:57 AM
To: pgsql-general@postgresql.org
Subject: [GENERAL] Database in RAMIf you have the ram, does pg need to be optimized to store
more data in ram?-r
Import Notes
Resolved by subject fallback