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

From PFC
Subject Re: [pgsql-general] In memory tables/databases
Date
Msg-id op.tu0ki2zccigqcu@apollo13
Whole thread Raw
In response to Re: [pgsql-general] In memory tables/databases  ("A.M." <agentm@themactionfaction.com>)
List 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 by date:

Previous
From: Martijn van Oosterhout
Date:
Subject: Re: simple query question to use with DBI selectall_hashref
Next
From: John DeSoi
Date:
Subject: Re: Nested Transactions in PL/pgSQL