Re: WIP: Fast GiST index build

Поиск
Список
Период
Сортировка
От Stefan Keller
Тема Re: WIP: Fast GiST index build
Дата
Msg-id CAFcOn2_4X-vd150b9wHrvznwgkxDmN68VyYLoPoEJ4HE-1qi+A@mail.gmail.com
обсуждение исходный текст
Ответ на Re: WIP: Fast GiST index build  (Alexander Korotkov <aekorotkov@gmail.com>)
Ответы Re: WIP: Fast GiST index build
Re: WIP: Fast GiST index build
Список pgsql-hackers
Robert,

2011/9/6 Alexander Korotkov <aekorotkov@gmail.com>:
> GiST use serial numbers of operations for concurrency. In current
> implementation xlog record ids are used in capacity of that numbers. In
> unlogged table no xlog records are produced. So, we haven't serial numbers
> of operations. AFAIK, it's enough to provide some other source of serial
> number in order to make GiST work with unlogged tables.

GiST is IMHO quite broadly used. I use it for example for indexing
geometry and hstore types and there's no other choice there.
Do you know whether unlogged option in create table will support GiST
in the next release?

Stefan


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

Предыдущее
От: Alexander Korotkov
Дата:
Сообщение: Re: What Would You Like To Do?
Следующее
От: Tomas Vondra
Дата:
Сообщение: Re: performance-test farm