Re: [PERFORM] Mapping Database completly into memory

2003-07-28 Thread scott.marlowe
On Sun, 27 Jul 2003, Daniel Migowski wrote: > Hallo pgsql-performance, > > I just wondered if there is a possibility to map my database running > on a linux system completly into memory and to only use disk > accesses for writes. > > I got a nice machine around with 2 gigs of ram, and my databas

[PERFORM] Mapping Database completly into memory

2003-07-27 Thread Daniel Migowski
Hallo pgsql-performance, I just wondered if there is a possibility to map my database running on a linux system completly into memory and to only use disk accesses for writes. I got a nice machine around with 2 gigs of ram, and my database at the moment uses about 30MB on the disks. Or does Post