Re: optimal insert

From: "Dirk Jagdmann" <jagdmann(at)gmail(dot)com>
To: "George Pavlov" <gpavlov(at)mynewplace(dot)com>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: optimal insert
Date: 2006-10-10 21:15:16
Message-ID: 5d0f60990610101415s170b032ao6bcac270bddc5f3a@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Hello George,

> And don't forget that \COPY and especially COPY are usually much faster
> (and, IMHO, easier to compose/maintain) than gobs of INSERTs.

I did not forget, but my application uses embedded SQL (with the epcg
preprocessor) and I don't think it can handle COPYs :(

--
---> Dirk Jagdmann
----> http://cubic.org/~doj
-----> http://llg.cubic.org

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Dirk Jagdmann 2006-10-10 21:57:26 Re: storing access rights in a postgres database
Previous Message Dirk Jagdmann 2006-10-10 21:12:28 Re: optimal insert