Re: still gin index creation takes forever - Mailing list pgsql-general

From Tom Lane
Subject Re: still gin index creation takes forever
Date
Msg-id 22361.1226458937@sss.pgh.pa.us
Whole thread Raw
In response to still gin index creation takes forever  (Ivan Sergio Borgonovo <mail@webthatworks.it>)
Responses Re: still gin index creation takes forever
Re: still gin index creation takes forever
List 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 by date:

Previous
From: Adrian Klaver
Date:
Subject: Re: Problem using COPY command to load data
Next
From: Csaba Együd
Date:
Subject: How to define automatic filter condition?