Re: todo: Hash index creation

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: todo: Hash index creation
Дата
Msg-id 17803.1182991014@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: todo: Hash index creation  (Heikki Linnakangas <heikki@enterprisedb.com>)
Ответы Re: todo: Hash index creation  (Kenneth Marshall <ktm@rice.edu>)
Re: todo: Hash index creation  (Naz Gassiep <naz@mira.net>)
Список pgsql-hackers
Heikki Linnakangas <heikki@enterprisedb.com> writes:
> twraney@comcast.net wrote:
>> Is anyone currently working on this TODO item?  
>> "During index creation, pre-sort the tuples to improve build speed"

> If you want to work on hash indexes, though, this TODO item seems more 
> important to me at least:
>> Add WAL logging for crash recovery

Actually I think the *most* important thing to work on is to get hash to
the point where its search speed actually beats btree consistently, so
that it has an excuse to live.  If that is insoluble we might well end up
ripping it out entirely.  (The first three TODO items for hash indexes
are ideas for trying to improve the speed.)

Fixing the WAL support would come after that, and bring it to the point
where someone could actually recommend it for production use.

After that it would be sensible to work on inessentials like improving
the build speed.
        regards, tom lane


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

Предыдущее
От: Greg Smith
Дата:
Сообщение: Re: Bgwriter LRU cleaning: we've been going at this all wrong
Следующее
От: Kenneth Marshall
Дата:
Сообщение: Re: todo: Hash index creation