Re: Hash index todo list item - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Hash index todo list item
Date
Msg-id 5266.1188863730@sss.pgh.pa.us
Whole thread Raw
In response to Re: Hash index todo list item  (Gregory Stark <stark@enterprisedb.com>)
Responses Re: Hash index todo list item
List pgsql-hackers
Gregory Stark <stark@enterprisedb.com> writes:
> "Kenneth Marshall" <ktm@rice.edu> writes:
>> - What about multi-column indexes? The current implementation
>> only supports 1 column.

> That seems kind of weird. It seems obvious that you mix the three hashes
> together which reduces it to the solved problem. 

No, because part of the deal is that you can do lookups using only the
leading index columns.  At least, all the existing multicolumn index
types can do that.
        regards, tom lane


pgsql-hackers by date:

Previous
From: "Ben Tilly"
Date:
Subject: Re: tsearch filenames unlikes special symbols and numbers
Next
From: Tom Lane
Date:
Subject: Re: tsearch filenames unlikes special symbols and numbers