Re: Create index hanging

From: Claire McLister <mclister(at)zeesource(dot)net>
To: Will Glynn <wglynn(at)freedomhealthsys(dot)com>
Cc: pgsql general list <pgsql-general(at)postgresql(dot)org>
Subject: Re: Create index hanging
Date: 2006-07-20 21:28:02
Message-ID: B5A67903-88C9-445B-A1B5-AB53C734958C@zeesource.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Thanks. Haven't VACUUMed ever. (Sloppy housekeeping:-)

Will do so and let you know if it helped.

There seems to have been some other problem too. I had to just now
forcefully shut down the postmaster and re-start it as it was
beginning to block on other requests as well.

If I Ctl-C the PSQL command for create index, it shouldn't cause a
problem, right?

On Jul 20, 2006, at 1:48 PM, Will Glynn wrote:

> On Jul 20, 2006, at 4:11 PM, Claire McLister wrote:
>
>> Hi,
>>
>> We have a couple of tables (40,000 and 600,000 rows each) that I
>> am trying to build an index on an integer column.
>>
>> When I issue the "create index foo_index on foo(id);" command in
>> psql it just does not return. I've waited over half an hour for
>> the smaller table.
>>
>> The same command worked with no problems on a test environment
>> with roughly the same data.
>>
>> Any ideas what may be going on? When I use the "top" command, I
>> don't see postmaster as working during this time. So I suspect
>> that the create index has gone in some sort of a wait mode.
>>
>> Will appreciate any suggestions.
>>
>> Thanks
>>
>> Claire
>
> Have you VACUUMed recently? I've seen this happen when there's a
> ridiculous number of dead rows in the table.
>
> --Will Glynn
> Freedom Health Systems
>
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Claire McLister 2006-07-20 21:28:46 Re: Create index hanging
Previous Message Claire McLister 2006-07-20 20:11:00 Create index hanging