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

From: "Gene Selkov Jr(dot)" <selkovjr(at)mcs(dot)anl(dot)gov>
To: pgsql-admin(at)postgreSQL(dot)org
Subject: Re: [ADMIN] COPY slows down; is it normal?
Date: 1998-10-01 18:49:01
Message-ID: 199810011948.OAA28874@antares.mcs.anl.gov
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

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 Greg Youngblood 1998-10-01 20:10:51 RE: [ADMIN] COPY slows down; is it normal?
Previous Message Gene Selkov Jr. 1998-10-01 17:47:46 Re: [ADMIN] List of users