RE: [ADMIN] COPY slows down; is it normal?

From: Greg Youngblood <YoungblG(at)houstoncellular(dot)com>
To: "'Gene Selkov Jr(dot)'" <selkovjr(at)mcs(dot)anl(dot)gov>, pgsql-admin(at)postgreSQL(dot)org
Subject: RE: [ADMIN] COPY slows down; is it normal?
Date: 1998-10-01 20:10:51
Message-ID: 2B9713A99045D211BB4E0008C75668690B1123@SCORPEXC1.houstoncell.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

I dont know if this will help, but you could try a vacuum command. Just be
patient, it can run for quite a while...

Gregory S. Youngblood
ext 2164
 
 

-----Original Message-----
From: Gene Selkov Jr. [mailto:selkovjr(at)mcs(dot)anl(dot)gov]
Sent: Thursday, October 01, 1998 1:49 PM
To: pgsql-admin(at)postgreSQL(dot)org
Subject: Re: [ADMIN] COPY slows down; is it normal?

Hi, I just complained about the slow copy operation a few hours ago. I think
it came to uneventful end, at least as far as I can tell (nothing too bad in
the logfile). The psql client I used to start this copy command detached at
some point because of the network timeout, but the backend itself seemed to
be working all the time and it finished just recently. As a result, I have a
huge table that I can't query.

This query runs for a minute and returns nothing:

emp=> select count(*) from key
tag|id|rel|pos|item|unit|data
---+--+---+---+----+----+----
(0 rows)

Likewise, any other query against this table retrns nothing. Is there
anything that might go wrong because the client detached? Can I fix it?

Thanks,

Gene

Browse pgsql-admin by date

  From Date Subject
Next Message Bruce Momjian 1998-10-01 23:00:17 Re: [ADMIN] Question about multiple postmasters
Previous Message Gene Selkov Jr. 1998-10-01 18:49:01 Re: [ADMIN] COPY slows down; is it normal?