Re: BRIN index and aborted transaction - Mailing list pgsql-hackers

From Josh Berkus
Subject Re: BRIN index and aborted transaction
Date
Msg-id 55B13984.1060207@agliodbs.com
Whole thread Raw
In response to BRIN index and aborted transaction  (Tatsuo Ishii <ishii@postgresql.org>)
Responses Re: BRIN index and aborted transaction
List pgsql-hackers
On 07/23/2015 11:18 AM, Robert Haas wrote:
> Cool.  I'm not sure exactly what the right solution is either, but it
> seems like the current situation could very well lead to degrading
> index performance over time, with no way to put that right except to
> rebuild the index completely.  So it seems worth trying to improve
> things.

As a reality check, if that was the situation, it wouldn't be the only
type of index to have that problem.  Even our BTrees, with certain
update patterns, need to be periodically rebuilt from scratch.

In other words, I don't think that fixing performance issues with BRIN
indexes and frequenly-updated tables should be a blocker for 9.5.  Not
clear on whether we're considering this an open item or not.

-- 
Josh Berkus
PostgreSQL Experts Inc.
http://pgexperts.com



pgsql-hackers by date:

Previous
From: Josh Berkus
Date:
Subject: Re: Autonomous Transaction is back
Next
From: Ildus Kurbangaliev
Date:
Subject: Re: RFC: replace pg_stat_activity.waiting with something more descriptive