Re: [PATCHES] GIN improvements

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: [PATCHES] GIN improvements
Дата
Msg-id 20080723204430.GD3580@alvh.no-ip.org
обсуждение исходный текст
Ответ на Re: [PATCHES] GIN improvements  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: [PATCHES] GIN improvements  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Tom Lane wrote:
> Teodor Sigaev <teodor@sigaev.ru> writes:

> I didn't get much further than that because I got discouraged after
> looking at the locking issues around the pending-insertions list.
> It's a mess:

These are rather severe problems.  Maybe there's a better solution, but
perhaps it would be good enough to lock out concurrent access to the
index while the bulkinsert procedure is working.




-- 
Alvaro Herrera                                http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.


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

Предыдущее
От: Oleg Bartunov
Дата:
Сообщение: Re: [GENERAL] Fragments in tsearch2 headline
Следующее
От: "Manoel Henrique"
Дата:
Сообщение: Re: Research/Implementation of Nested Loop Join optimization