Re: Problem creating index - Mailing list pgsql-general

From Tom Lane
Subject Re: Problem creating index
Date
Msg-id 66555.1377534140@sss.pgh.pa.us
Whole thread Raw
In response to Re: Problem creating index  (Torello Querci <tquerci@gmail.com>)
Responses Re: Problem creating index  (Torello Querci <tquerci@gmail.com>)
List pgsql-general
Torello Querci <tquerci@gmail.com> writes:
> 2013/8/26 Luca Ferrari <fluca1978@infinito.it>
>> Is it possible to test with an incremented work_mem value?

> Actually I use the default work_set value (1MB).

maintenance_work_mem is what would be used for CREATE INDEX.

FWIW, though, the combination of this weird error and the fact that you
had a corrupt index to begin with makes me suspicious that there's some
low-level problem.  You might be well advised to do some memory testing
on that machine, for example.

            regards, tom lane


pgsql-general by date:

Previous
From: Jeff Janes
Date:
Subject: Re: What is the relationship between checkpoint and wal
Next
From: Alvaro Herrera
Date:
Subject: Re: Problem creating index