Re: pgmemcache

From: Markus Schaber <schabi(at)logix-tt(dot)com>
To: pgsql-performance(at)postgresql(dot)org
Subject: Re: pgmemcache
Date: 2006-04-13 14:03:13
Message-ID: 443E5A21.7090807@logix-tt.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Hi, Tom,

Tom Lane wrote:

>>Why are AFTER COMMIT triggers impossible?
>
> What happens if such a trigger gets an error? You can't un-commit.

Then it must be specified that those triggers are in their own
transaction, and cannot abort the transaction.

Or use the 2-phase-commit infrastructure for them.

Markus
--
Markus Schaber | Logical Tracking&Tracing International AG
Dipl. Inf. | Software Development GIS

Fight against software patents in EU! www.ffii.org www.nosoftwarepatents.org

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Gavin Hamill 2006-04-13 14:45:42 Re: pg 8.1.3, AIX, huge box, painfully slow.
Previous Message Markus Schaber 2006-04-13 14:00:59 Re: Better index stategy for many fields with few values