Re: BDR - triggers on receiving node?

From: Craig Ringer <craig(at)2ndquadrant(dot)com>
To: Peter Mogensen <apm(at)one(dot)com>
Cc: "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: BDR - triggers on receiving node?
Date: 2015-03-26 00:24:00
Message-ID: CAMsr+YGNJqhmX_C9gSPJF7gS=fw8CiVGbsEHujhUA33rhoRKew@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 25 March 2015 at 20:14, Peter Mogensen <apm(at)one(dot)com> wrote:

>
>
> On 2015-03-25 12:32, Craig Ringer wrote:
>
>> On 25 March 2015 at 19:15, Peter Mogensen <apm(at)one(dot)com> wrote:
>>
>> Say ... I have a table in a BDR replicated database with an "ON UPDATE"
>>> trigger. - and that trigger wants to locally find out the local
>>> txid_snapshot_xmin() when a change was applied to the local node.
>>>
>>> Why would you want to do that? Just out of interest?
>>
>>
>>
> Because I have a bunch of SELECT queries to the local node, which includes
> the txid_current() in their result, and I want to be able to recognize a
> result which was obtained prior to a change reaching the local node.
>

So you're trying to do cache invalidation / cache verification of some form?

I'm interested in what you're looking at doing, but would probably need a
more complete description to offer much input.

--
Craig Ringer http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Lavrenz, Steven M 2015-03-26 00:25:09 Populating missing dates in postgresql data
Previous Message Craig Ringer 2015-03-25 23:53:25 Re: Setting up BDR 0.9.0 - error on bdr_group_create