Re: Unable to perform any queries on a table

From: "Tomeh, Husam" <htomeh(at)firstam(dot)com>
To: "Carol Cheung" <cacheung(at)consumercontact(dot)com>, pgsql-novice(at)postgresql(dot)org
Subject: Re: Unable to perform any queries on a table
Date: 2006-08-11 16:21:18
Message-ID: CB0FB369FF86E248A884BCC002562BCB0227D90F@pisgsna01sxch01.ana.firstamdata.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice


Check out your postgres server log for any errors. Look for any abnormal
postgres processes running on server (top)?
(When was the last time you vacuumed your database?)

--
Husam
firstdba.googlepages.com

-----Original Message-----
From: pgsql-novice-owner(at)postgresql(dot)org
[mailto:pgsql-novice-owner(at)postgresql(dot)org] On Behalf Of Carol Cheung
Sent: Friday, August 11, 2006 9:17 AM
To: pgsql-novice(at)postgresql(dot)org
Subject: [NOVICE] Unable to perform any queries on a table

Hi,
I have table that had appx 675K rows. Performing SELECTs were fine. Then

I added appx 300K records to the table, all queries on this table are
now stalling.
Trying to "EXPLAIN ANALYZE" the queries aren't returning anything.
Vacuuming (not full) is hanging as well.

Does anyone have any pointers on how to investigate what's going on?

Thanks,
C

---------------------------(end of broadcast)---------------------------
TIP 4: Have you searched our list archives?

http://archives.postgresql.org
**********************************************************************
This message contains confidential information intended only for the use of the addressee(s) named above and may contain information that is legally privileged. If you are not the addressee, or the person responsible for delivering it to the addressee, you are hereby notified that reading, disseminating, distributing or copying this message is strictly prohibited. If you have received this message by mistake, please immediately notify us by replying to the message and delete the original message immediately thereafter.

Thank you.

FADLD Tag
**********************************************************************

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Carol Cheung 2006-08-11 16:32:58 Re: Unable to perform any queries on a table
Previous Message Carol Cheung 2006-08-11 16:16:35 Unable to perform any queries on a table