Re: [WIP] speeding up GIN build with parallel workers

Поиск
Список
Период
Сортировка
От Constantin S. Pan
Тема Re: [WIP] speeding up GIN build with parallel workers
Дата
Msg-id 20160218181059.5efe4c62@thought
обсуждение исходный текст
Ответ на Re: [WIP] speeding up GIN build with parallel workers  (Oleg Bartunov <obartunov@gmail.com>)
Ответы Re: [WIP] speeding up GIN build with parallel workers  (David Steele <david@pgmasters.net>)
Список pgsql-hackers
On Wed, 17 Feb 2016 23:01:47 +0300
Oleg Bartunov <obartunov@gmail.com> wrote:

> My feedback is (Mac OS X 10.11.3)
>
> set gin_parallel_workers=2;
> create index message_body_idx on messages using gin(body_tsvector);
> LOG:  worker process: parallel worker for PID 5689 (PID 6906) was
> terminated by signal 11: Segmentation fault

Fixed this, try the new patch. The bug was in incorrect handling
of some GIN categories.
Вложения

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

Предыдущее
От: Dmitry Dolgov
Дата:
Сообщение: [PATH] Jsonb, insert a new value into an array at arbitrary position
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Relaxing SSL key permission checks