Re: Inserting 'large' amounts of data - Mailing list pgsql-jdbc

From Mario Splivalo
Subject Re: Inserting 'large' amounts of data
Date
Msg-id 4A95B674.2020103@megafon.hr
Whole thread Raw
In response to Re: Inserting 'large' amounts of data  (John R Pierce <pierce@hogranch.com>)
Responses Re: Inserting 'large' amounts of data  (Kris Jurka <books@ejurka.com>)
List pgsql-jdbc
John R Pierce wrote:
> Mario Splivalo wrote:
>> I have a web application which allows users to upload a lot of phone
>> numbers. I need to store those numbers to a database. Usualy, one would
>> upload around 70k-100k of records, totaling around 2 MB in size.
>>
>> ...
>> t would one recommend as the best way to insert those data?
>
> I believe you can use org.postgresql.copy.CopyIn() ...  there are
> variants that use a writeToCopy() call to send the data, or a
> java.io.InputStream, or a java.io.Reader ...

Yes, I gues this is the way to go. I'll have to upgrade to 8.4, but
somehow I'd like to wait for a month or so before making the switch.

Thank you all.


    Mike

pgsql-jdbc by date:

Previous
From: dmp
Date:
Subject: Re: Inserting 'large' amounts of data
Next
From: Kris Jurka
Date:
Subject: Re: Inserting 'large' amounts of data