On Wed, Oct 1, 2008 at 6:58 AM, Sergey A. <n39052(at)gmail(dot)com> wrote:
> Hello.
>
>> You can use it for whatever you're generating.
> I've tested this technique, and I'm wondering! 120000 inserts per
> ~600ms! Thanks for your help.
>
>> Multiple cores are not the solution to your problem here, but COPY
>> almost certainly is :)
> But as I can see this approach doesn't work over network: I need to
> create file with data locally, and then ask PostgreSQL to read it.
Sure it does.
copy .... from STDIN
213 345 567
847 837 473
\.