Re: New form of index "persistent reference" - Mailing list pgsql-hackers

From Merlin Moncure
Subject Re: New form of index "persistent reference"
Date
Msg-id 6EE64EF3AB31D5448D0007DD34EEB3412A7619@Herge.rcsinc.local
Whole thread Raw
In response to New form of index "persistent reference"  (pgsql@mohawksoft.com)
List pgsql-hackers
> Lately, I have been thinking that a cool form of index would be some
sort
> of "persistent reference" index. Like the old ISAM days of yore, a
fixed
> number could point you right to the row that you want. I'm not sure if
the
> "persistent reference" is a specific auto numbering column type or
> separate index structure or both.

What you are talking about is a 'relative file'.  It turns out on modern
ISAM file systems, the win you get over b-tree indexing is not worth
losing the ability to do simple things like run-length compression on
strings.

Anyways, while storing a physical offset is O(1), so is computing a
hash.  How would a hash index not fill your need?

Merlin


pgsql-hackers by date:

Previous
From: pgsql@mohawksoft.com
Date:
Subject: Re: New form of index "persistent reference"
Next
From: "Hicham G. Elmongui"
Date:
Subject: enforcing a plan (in brief)