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

From Bruce Momjian
Subject Re: Unlogged vs. In-Memory
Date
Msg-id 201105132056.p4DKu2q19333@momjian.us
Whole thread Raw
In response to Re: Unlogged vs. In-Memory  (Josh Berkus <josh@agliodbs.com>)
Responses Re: Unlogged vs. In-Memory
List pgsql-advocacy
Josh Berkus wrote:
> On 5/3/11 11:01 AM, Kevin Grittner wrote:
> > In other words, calling it an in-memory table does capture
> > the essence of the intent; it is enough if the caveats which come
> > later cover the exceptions, IMO.  But let's not rename the feature;
> > this is about marketing presentation.
>
> Right.   What I'm suggesting ... and have already been doing, because I
> didn't realize it would be a problem, is that we say something like this
> in the description:
>
> "Unlogged tables are similar to in-memory tables or global temporary
> tables."
>
> That way, we make it clear that they're not exactly the same, but we
> still use the right buzzwords.  And they are similar, because they can
> be used to fill the same needs.
>
> Part of the problem is the name we're using for the feature.  "Unlogged
> tables" sounds like we've taken something away and are calling that a
> feature.  "Now with no brakes!"  As feature names go, it's as unsexy as
> you can get.

It has bothered me that "unlogged tables" are explained using their
implementation (logged), rather than their behavior (non-durable).  How
is "Non-Durabble Tables" for a name?

--
  Bruce Momjian  <bruce@momjian.us>        http://momjian.us
  EnterpriseDB                             http://enterprisedb.com

  + It's impossible for everything to be true. +

pgsql-advocacy by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Unlogged vs. In-Memory
Next
From: "Kevin Grittner"
Date:
Subject: Re: Unlogged vs. In-Memory