Re: WIP: Fast GiST index build
От | Alexander Korotkov |
---|---|
Тема | Re: WIP: Fast GiST index build |
Дата | |
Msg-id | CAPpHfdvDDk-7TfHy4HjRWcjJNTJqPAjzXPKJeKZzLf4QkC6Smw@mail.gmail.com обсуждение исходный текст |
Ответ на | Re: WIP: Fast GiST index build (Stefan Keller <sfkeller@gmail.com>) |
Ответы |
Re: WIP: Fast GiST index build
|
Список | pgsql-hackers |
Hi!
Unlogged tables seems to me to follow a similar goal. Obviously GiST
indexes are not supported there.
Do you know the technical reason?
GiST using 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.
Do you see some synergy in your work on fast GiST index building and
unlogged tables?
With tecnhique discussing in this thread GiST build can win form unlogged as much as with regular build.
With best regards,
Alexander Korotkov.
В списке pgsql-hackers по дате отправления: