Re: [RFC] CREATE QUEUE (log-only table) for londiste/pgQ ccompatibility - Mailing list pgsql-hackers

From Hannu Krosing
Subject Re: [RFC] CREATE QUEUE (log-only table) for londiste/pgQ ccompatibility
Date
Msg-id 508136AF.6040407@krosing.net
Whole thread Raw
In response to Re: [RFC] CREATE QUEUE (log-only table) for londiste/pgQ ccompatibility  (Ants Aasma <ants@cybertec.at>)
Responses Re: [RFC] CREATE QUEUE (log-only table) for londiste/pgQ ccompatibility  (Любен Каравелов <karavelov@mail.bg>)
List pgsql-hackers
On 10/19/2012 04:26 AM, Ants Aasma wrote:
> On Thu, Oct 18, 2012 at 10:03 PM, Hannu Krosing <hannu@2ndquadrant.com> wrote:
>> Hmm. Maybe we should think of implementing this as REMOTE TABLE, that
>> is a table which gets no real data stored locally but all insert got through
>> WAL
>> and are replayed as real inserts on slave side.
> FWIW, MySQL calls this exact concept the "black hole" storage engine.
In this case calling this WRITE ONLY TABLE does not seem so strange 
anymore :)

Or even PERSISTENT WRITE ONLY TABLE to make the paradox more explicit.
>
> Regards,
> Ants Aasma




pgsql-hackers by date:

Previous
From: "Erik Rijkers"
Date:
Subject: Re: [v9.3] Row-Level Security
Next
From: Shigeru HANADA
Date:
Subject: Re: Move postgresql_fdw_validator into dblink