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

From Tom Lane
Subject Re: GiST insert algorithm rewrite
Date
Msg-id 5423.1289940375@sss.pgh.pa.us
Whole thread Raw
In response to Re: GiST insert algorithm rewrite  (Robert Haas <robertmhaas@gmail.com>)
Responses Re: GiST insert algorithm rewrite
List pgsql-hackers
Robert Haas <robertmhaas@gmail.com> writes:
> Oh.  So do the indexes just degrade over time until they eventually
> need to be REINDEX'd?

At some point you might reach a state where a reindex would be helpful.
But the same is true of btrees.  I don't think this is a serious
objection, at least not unless backed by evidence that the tree often
degrades rapidly.  Anyway fixing it would be material for a different
patch.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Pavel Stehule
Date:
Subject: Re: Per-column collation
Next
From: Tom Lane
Date:
Subject: Re: unlogged tables