Re: Hash Indexes - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: Hash Indexes
Date
Msg-id 20160921191243.GA7630@momjian.us
Whole thread Raw
In response to Re: Hash Indexes  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-hackers
On Wed, Sep 21, 2016 at 08:29:59AM -0400, Robert Haas wrote:
> Of course, if we want to implement clustered indexes, that's going to
> require significant changes to the heap format ... or the ability to
> support multiple heap storage formats.  I'm not opposed to that, but I
> think it makes sense to fix the existing implementation first.

For me, there are several measurements for indexes:
Build timeINSERT / UPDATE overheadStorage sizeAccess speed

I am guessing people make conclusions based on their Computer Science
education.

--  Bruce Momjian  <bruce@momjian.us>        http://momjian.us EnterpriseDB
http://enterprisedb.com

+ As you are, so once was I. As I am, so you will be. +
+                     Ancient Roman grave inscription +



pgsql-hackers by date:

Previous
From: David Fetter
Date:
Subject: Re: New SQL counter statistics view (pg_stat_sql)
Next
From: Robert Haas
Date:
Subject: Re: Hash Indexes