Re: [pgsql-general] In memory tables/databases

Поиск
Список
Период
Сортировка
От PFC
Тема Re: [pgsql-general] In memory tables/databases
Дата
Msg-id op.tu0ki2zccigqcu@apollo13
обсуждение исходный текст
Ответ на Re: [pgsql-general] In memory tables/databases  ("A.M." <agentm@themactionfaction.com>)
Список pgsql-general
> Why not have a table type that writes no WAL and is truncated whenever
> postgres starts? Such a table could then be put in a ramdisk tablespace
> and there would be no transaction atomicity repercussions. Is there
> something I'm missing?

    Is this not in the TODO (if not already scheduled for next version ?)
    Check ALTER TABLE SET PERSISTENCE ...

В списке pgsql-general по дате отправления:

Предыдущее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: simple query question to use with DBI selectall_hashref
Следующее
От: John DeSoi
Дата:
Сообщение: Re: Nested Transactions in PL/pgSQL