Re: Deprecating Hash Indexes - Mailing list pgsql-hackers

From Robert Haas
Subject Re: Deprecating Hash Indexes
Date
Msg-id CA+TgmoZ0A6EPU+M7vr52h1NOd8Rp8r7A61PNNsS6uEwoLAHAUw@mail.gmail.com
Whole thread Raw
In response to Deprecating Hash Indexes  (Simon Riggs <simon@2ndQuadrant.com>)
Responses Re: Deprecating Hash Indexes  (Simon Riggs <simon@2ndQuadrant.com>)
Re: Deprecating Hash Indexes  ("ktm@rice.edu" <ktm@rice.edu>)
List pgsql-hackers
On Sun, Oct 14, 2012 at 9:45 AM, Simon Riggs <simon@2ndquadrant.com> wrote:
> * Put WARNINGs in the docs against the use of hash indexes, backpatch
> to 8.3. CREATE INDEX gives no warning currently, though Index Types
> does mention a caution.

I'd be in favor of adding such warnings to the documentation if they
are not there already, and possibly even warning on CREATE INDEX ..
USING hash().  I don't think I'd go so far as to say that we should
imply that they'll be removed in a future release.  Given how deeply
intertwined they are with the planner, I doubt that that will happen;
and I think there is enough interest in the technology that it's
likely to eventually be fixed.

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



pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: Deparsing DDL command strings
Next
From: Andres Freund
Date:
Subject: Re: Deprecating Hash Indexes