Re: Hash index

Поиск
Список
Период
Сортировка
От Jim C. Nasby
Тема Re: Hash index
Дата
Msg-id 20050830201738.GD77007@pervasive.com
обсуждение исходный текст
Ответ на Re: Hash index  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Hash index
Список pgsql-admin
On Tue, Aug 30, 2005 at 03:32:26PM -0400, Tom Lane wrote:
> That leaves hash.  I'm hoping someone will step up and do WAL logging
> for hash in the near future.  Unlike rtree, I'm not expecting that we
> might get rid of hash indexes.  Even if the performance problems never
> get fixed, we use hash index opclasses to manage datatype-specific
> hashing for hash joins, hash aggregation, etc, so if we removed hash
> indexes we'd need to find some other representation for all that.

So does that mean a hash index could (theoretically) improve the
performance of a hash join or hash aggregation?
--
Jim C. Nasby, Sr. Engineering Consultant      jnasby@pervasive.com
Pervasive Software        http://pervasive.com        512-569-9461

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

Предыдущее
От: andy rost
Дата:
Сообщение: Re: sqlstate 02000 while declaring cursor/freeing statement
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Hash index