Re: Tablespace on ramdisk

Поиск
Список
Период
Сортировка
От Tino Wildenhain
Тема Re: Tablespace on ramdisk
Дата
Msg-id 4381D5E1.8080007@wildenhain.de
обсуждение исходный текст
Ответ на Re: Tablespace on ramdisk  (<pmagnoli@systemevolution.it>)
Список 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 по дате отправления:

Предыдущее
От:
Дата:
Сообщение: Re: Tablespace on ramdisk
Следующее
От: Tino Wildenhain
Дата:
Сообщение: Re: plpython and bytea