Re: realtime data inserts

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Ron Johnson <ron(dot)l(dot)johnson(at)cox(dot)net>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: realtime data inserts
Date: 2003-05-11 02:46:25
Message-ID: 10704.1052621185@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers pgsql-performance

Ron Johnson <ron(dot)l(dot)johnson(at)cox(dot)net> writes:
> On Sat, 2003-05-10 at 11:00, Tom Lane wrote:
>> Have you thought about using COPY?

> Generate a temporary file, and then system("COPY /tmp/foobar ...") ?

No, copy from stdin. No need for a temp file.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Richard Huxton 2003-05-11 09:44:22 Re: how to unsubscribe
Previous Message Andy Lewis 2003-05-11 01:12:38 Type Error

Browse pgsql-hackers by date

  From Date Subject
Next Message Christopher Kings-Lynne 2003-05-11 10:59:31 Return type bug in functions
Previous Message Tom Lane 2003-05-11 02:40:49 Re: Plans for index names unique to a table?

Browse pgsql-performance by date

  From Date Subject
Next Message Xevi Serrats 2003-05-11 13:16:00 Yet another question about not use on indexes
Previous Message Ron Johnson 2003-05-10 18:31:30 Re: realtime data inserts