Re: GSoC on WAL-logging hash indexes

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: GSoC on WAL-logging hash indexes
Дата
Msg-id 29533.1398894117@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: GSoC on WAL-logging hash indexes  (Greg Stark <stark@mit.edu>)
Ответы Re: GSoC on WAL-logging hash indexes
Список pgsql-hackers
Greg Stark <stark@mit.edu> writes:
> But imnsho doing nothing is a bad idea. We should have long ago either
> added WAL logging or removed the index type. We shouldn't have left a
> foot-gun that large lying around for so long.

We can't remove the hash index type, nor move it to an extension,
because it is the operator classes for the built-in hash index AM
that tell the planner and executor how to do hashing for arbitrary
datatypes.  And we certainly do not want to give up hashing-based
query plans, whatever you may think of hash indexes.

We really oughta fix the WAL situation, not just band-aid around it.
        regards, tom lane



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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: Fix initdb for path with whitespace and at char
Следующее
От: Robert Haas
Дата:
Сообщение: Re: shm_mq inconsistent behavior of SHM_MQ_DETACHED