Re: Unlogged vs. In-Memory - Mailing list pgsql-advocacy

From Kevin Grittner
Subject Re: Unlogged vs. In-Memory
Date
Msg-id 4DC2A5A7020000250003D30F@gw.wicourts.gov
Whole thread Raw
In response to Re: Unlogged vs. In-Memory  (Josh Berkus <josh@agliodbs.com>)
List pgsql-advocacy
Josh Berkus <josh@agliodbs.com> wrote:

> So far, the only suggestions I've seen for how to advocate this
> feature have involved renaming it, which isn't realistic at this
> point.

Agreed; we are talking about describing it concisely.

> If someone has an alternative description for the feature that
> anyone who is not already a PostgreSQL DBA will care about, them
> please come forward with it.

The similarities to a GLOBAL TEMPORARY TABLE are striking enough
that perhaps it should play off that somehow.  It is a lot like a
SHARED GLOBAL TEMPORARY TABLE.  The only thing to add to that is
that on a clean shutdown the system will save the contents for
reload on startup, whereas a crash will clear it.

-Kevin

pgsql-advocacy by date:

Previous
From: Josh Berkus
Date:
Subject: Re: Unlogged vs. In-Memory
Next
From: Simon Riggs
Date:
Subject: Re: Unlogged vs. In-Memory