Re: Tablespace on ramdisk

From: Tino Wildenhain <tino(at)wildenhain(dot)de>
To: pmagnoli(at)systemevolution(dot)it
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Tablespace on ramdisk
Date: 2005-11-21 14:12:49
Message-ID: 4381D5E1.8080007@wildenhain.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

pmagnoli(at)systemevolution(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tino Wildenhain 2005-11-21 14:14:57 Re: plpython and bytea
Previous Message pmagnoli 2005-11-21 14:07:14 Re: Tablespace on ramdisk