Re: Tablespace on ramdisk - Mailing list pgsql-hackers

From Tino Wildenhain
Subject Re: Tablespace on ramdisk
Date
Msg-id 4381D5E1.8080007@wildenhain.de
Whole thread Raw
In response to Re: Tablespace on ramdisk  (<pmagnoli@systemevolution.it>)
List pgsql-hackers
pmagnoli@systemevolution.it schrieb:
> I'd like to mimic MySQL's in-memory tables (engine=memory), which structure
> survives a server restart (data lost of course).
> I suspected that a server restart would be a problem in this case.
> Thank you anyway.

you could use temp tables... but usually it isnt worth the
trouble. Adjust your cache mem and stuff and often used
data will be in memory automatically.

HTH
Tino


pgsql-hackers by date:

Previous
From:
Date:
Subject: Re: Tablespace on ramdisk
Next
From: Tino Wildenhain
Date:
Subject: Re: plpython and bytea