Re: GiST insert algorithm rewrite - Mailing list pgsql-hackers

From Robert Haas
Subject Re: GiST insert algorithm rewrite
Date
Msg-id AANLkTinzrwfp3b3eWbeQqBhj+tTr+KY9ksLmE3iE34rm@mail.gmail.com
Whole thread Raw
In response to Re: GiST insert algorithm rewrite  (Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>)
Responses Re: GiST insert algorithm rewrite
List pgsql-hackers
On Tue, Nov 16, 2010 at 1:50 PM, Heikki Linnakangas
<heikki.linnakangas@enterprisedb.com> wrote:
>> If we start to enlarge the bounding boxes on the higher levels of the
>> tree and then crash before inserting the key, is there any mechanism
>> for getting them back down to the minimal size?
>
> No. There's also no mechanism for trimming the bounding boxes if a tuple is
> deleted.

Oh.  So do the indexes just degrade over time until they eventually
need to be REINDEX'd?

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: unlogged tables
Next
From: Teodor Sigaev
Date:
Subject: Re: GiST insert algorithm rewrite