Re: table as hashtable

Поиск
Список
Период
Сортировка
От Richard Huxton
Тема Re: table as hashtable
Дата
Msg-id 443E6444.1060608@archonet.com
обсуждение исходный текст
Ответ на table as hashtable  ("Anton Andreev" <Anton.Andreev@fmi.uni-sofia.bg>)
Список pgsql-general
Anton Andreev wrote:
>
>  Hi,
>
> Can I use a Postgre table as hashtable\\?

It's PostgreSQL or Postgres, BTW

> when I do select where column='test', I want this to be done by hashtable,
> not linear, not by b-tree. I do not need to sort, sum or else I just want
> to get the value as fast as possible.

There are hash indexes. Read the docs about them though.
http://www.postgresql.org/docs/8.1/static/indexes-types.html

--
   Richard Huxton
   Archonet Ltd

В списке pgsql-general по дате отправления:

Предыдущее
От: Richard Huxton
Дата:
Сообщение: Re: corrupted item pointer:???
Следующее
От: Tom Lane
Дата:
Сообщение: Re: corrupted item pointer:???