Re: New form of index "persistent reference"

Поиск
Список
Период
Сортировка
От Merlin Moncure
Тема Re: New form of index "persistent reference"
Дата
Msg-id 6EE64EF3AB31D5448D0007DD34EEB3412A7619@Herge.rcsinc.local
обсуждение исходный текст
Ответ на New form of index "persistent reference"  (pgsql@mohawksoft.com)
Список 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 по дате отправления:

Предыдущее
От: pgsql@mohawksoft.com
Дата:
Сообщение: Re: New form of index "persistent reference"
Следующее
От: "Hicham G. Elmongui"
Дата:
Сообщение: enforcing a plan (in brief)