Re: Scaling up deferred unique checks and the after trigger queue - Mailing list pgsql-hackers

From Robert Haas
Subject Re: Scaling up deferred unique checks and the after trigger queue
Date
Msg-id 603c8f070910191002t5771f96cqd3a9b2050f70b1a4@mail.gmail.com
Whole thread Raw
In response to Re: Scaling up deferred unique checks and the after trigger queue  (Dean Rasheed <dean.a.rasheed@googlemail.com>)
Responses Re: Scaling up deferred unique checks and the after trigger queue
List pgsql-hackers
On Mon, Oct 19, 2009 at 12:48 PM, Dean Rasheed
<dean.a.rasheed@googlemail.com> wrote:
> This is a WIP patch to replace the after-trigger queues with TID bitmaps
> to prevent them from using excessive amounts of memory. Each round of
> trigger executions is a modified bitmap heap scan.

If the bitmap becomes lossy, how do you preserve the correct semantics?

...Robert


pgsql-hackers by date:

Previous
From: Dean Rasheed
Date:
Subject: Re: Scaling up deferred unique checks and the after trigger queue
Next
From: "Kevin Grittner"
Date:
Subject: Re: Controlling changes in plpgsql variable resolution