Re: pgmemcache

From: Josh Berkus <josh(at)agliodbs(dot)com>
To: pgsql-performance(at)postgresql(dot)org
Cc: PFC <lists(at)peufeu(dot)com>, "Jim C(dot) Nasby" <jnasby(at)pervasive(dot)com>, "C Storm" <christian(dot)storm(at)gmail(dot)com>
Subject: Re: pgmemcache
Date: 2006-04-12 23:03:43
Message-ID: 200604121603.43986.josh@agliodbs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

PFC,

> It would be nice to have ON COMMIT triggers for this use.
>
> However you can emulate ON COMMIT triggers with a modification of the
> memcache update process :

Well, I'm back in touch with the GORDA project so possibly we can have
BEFORE COMMIT triggers after all.

BTW, it's important to note that AFTER COMMIT triggers are logically
impossible, so please use BEFORE COMMIT so that it's clear what we're
talking about.

--
--Josh

Josh Berkus
PostgreSQL @ Sun
San Francisco

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Jim Nasby 2006-04-12 23:03:45 Re: Better index stategy for many fields with few values
Previous Message Josh Berkus 2006-04-12 22:49:14 Re: bad performance on Solaris 10