From: | "Jim C(dot) Nasby" <jim(at)nasby(dot)net> |
---|---|
To: | pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: [GENERAL] Status reporting for COPY |
Date: | 2003-05-14 21:09:38 |
Message-ID: | 20030514210938.GE40542@flake.decibel.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general pgsql-hackers |
Moving to -hackers at Doug's suggestion...
On Wed, May 14, 2003 at 01:18:05PM -0400, Doug McNaught wrote:
> "Jim C. Nasby" <jim(at)nasby(dot)net> writes:
>
> > Would it be difficult to allow COPY to output intermediate status while
> > it's in operation? IE: total rows copied so far, and maybe what position
> > in the file it's in on a copy from? This would let you know it was still
> > working as well as giving you some idea how much longer it will take. It
> > would also be handy to get a summary report after the copy was done...
> > rows inserted or exported, how long it took, rows/second.
>
> IMHO this should be done by the client--use 'COPY FROM stdin' and keep
> track yourself of where you are in the copy as you send the data. I'd
> hate to clutter up the wire protocol with status updates that are
> basically noise.
>
> There's no reason that psql's \copy command couldn't be enhanced to do
> this on the client side.
If the performance gain of COPY over \copy is substantial it might still
be nice to figure something out; but I'm guessing that the gain isn't
than big... or is it? FWIW, some databases just use a seperate utility
for copy/load...
> > BTW, is there a more official means of submitting feature requests? I
> > don't see anything like a Bugzilla for PGSQL...
>
> Posting to -hackers is probably a better place than -general.
>
> -Doug
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo(at)postgresql(dot)org
>
--
Jim C. Nasby (aka Decibel!) jim(at)nasby(dot)net
Member: Triangle Fraternity, Sports Car Club of America
Give your computer some brain candy! www.distributed.net Team #1828
Windows: "Where do you want to go today?"
Linux: "Where do you want to go tomorrow?"
FreeBSD: "Are you guys coming, or what?"
From | Date | Subject | |
---|---|---|---|
Next Message | Doug McNaught | 2003-05-14 22:02:06 | Re: [GENERAL] Status reporting for COPY |
Previous Message | Tom Lane | 2003-05-14 21:08:37 | Re: dump/restore to 7.4devel giving "[archiver (db)] error returned by PQputline" |
From | Date | Subject | |
---|---|---|---|
Next Message | Dann Corbit | 2003-05-14 21:13:52 | Re: Error message style guide, take 2 |
Previous Message | Tom Lane | 2003-05-14 20:58:18 | Error message style guide, take 2 |