Re: still gin index creation takes forever

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: still gin index creation takes forever
Дата
Msg-id 22361.1226458937@sss.pgh.pa.us
обсуждение исходный текст
Ответ на still gin index creation takes forever  (Ivan Sergio Borgonovo <mail@webthatworks.it>)
Ответы Re: still gin index creation takes forever  (Ivan Sergio Borgonovo <mail@webthatworks.it>)
Re: still gin index creation takes forever  (Teodor Sigaev <teodor@sigaev.ru>)
Список pgsql-general
Ivan Sergio Borgonovo <mail@webthatworks.it> writes:
> Any suggestion about how to track down the problem?

What you are describing sounds rather like a use-of-uninitialized-memory
problem, wherein the behavior depends on what happened to be in that
memory previously.  If so, using a debug/cassert-enabled build of
Postgres might help to make the behavior more reproducible.

(Of course, if the result is that it's reproducibly fast, this doesn't
get us much closer to solving the problem :-(.  But it seems worth
trying.)

            regards, tom lane

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

Предыдущее
От: Adrian Klaver
Дата:
Сообщение: Re: Problem using COPY command to load data
Следующее
От: Csaba Együd
Дата:
Сообщение: How to define automatic filter condition?