Re: [GENERAL] Array load from remote site through Perl/DBI

2008-03-11 Thread Scott Marlowe
On Tue, Mar 11, 2008 at 1:09 PM, Gauthier, Dave <[EMAIL PROTECTED]> wrote: > Again, Perl/DBI, remote attach, Running v8.2.0 on Linux Oh, and update NOW. schedule a 5 minute maintenance window and update to 8.2.6 (or if 8.2.7 comes out while this is in transit, that...) -- Sent via pgsql-genera

Re: [GENERAL] Array load from remote site through Perl/DBI

2008-03-11 Thread Scott Marlowe
On Tue, Mar 11, 2008 at 1:09 PM, Gauthier, Dave <[EMAIL PROTECTED]> wrote: > > I have a perl/dbi app that loads my DB with sequential and discrete insert > statements. Runs very fast and I'm satisfied with it. Now I have to run > the same app from a different site, but loading my local DB. The "

Re: [GENERAL] Array load from remote site through Perl/DBI

2008-03-11 Thread Colin Wetherbee
Gauthier, Dave wrote: I have a perl/dbi app that loads my DB with sequential and discrete insert statements. Runs very fast and I’m satisfied with it. Now I have to run the same app from a different site, but loading my local DB. The “one at a time” inserts take too long, probably because of

[GENERAL] Array load from remote site through Perl/DBI

2008-03-11 Thread Gauthier, Dave
I have a perl/dbi app that loads my DB with sequential and discrete insert statements. Runs very fast and I'm satisfied with it. Now I have to run the same app from a different site, but loading my local DB. The "one at a time" inserts take too long, probably because of the client/server delays i