Re: How to optimize insert statements ?

From: "Christian Leclerc" <cleclerc(at)ilog(dot)fr>
To: "Sean Davis" <sdavis2(at)mail(dot)nih(dot)gov>, "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: <pgsql-novice(at)postgresql(dot)org>
Subject: Re: How to optimize insert statements ?
Date: 2007-07-25 17:40:14
Message-ID: 1F31510056BF344C8D1076017C1367FA0FCF7E@parmbx02.ilog.biz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice


Thank you. I just brought the modifications to my code.
Using the sequences totally solves my issue. The insertion time is
constant and systematically between 15ms and 33ms.

Christian

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message sreenair 2007-07-26 06:01:23 BUG #3488: exporting data
Previous Message Sean Davis 2007-07-25 11:03:40 Re: How to optimize insert statements ?