postponing index updates in a transaction - Mailing list pgsql-general

From Jean-Christian Imbeault
Subject postponing index updates in a transaction
Date
Msg-id 3DF704EA.80901@mega-bucks.co.jp
Whole thread Raw
Responses Re: postponing index updates in a transaction  (Bret Hughes <bhughes@elevating.com>)
List pgsql-general
To speed up the inserting of many rows, is there a way to turn off any
index update being done while inside a transaction and have the index be
update at COMMIT?

Something similar to the "initially deferred"  constraint.

Thanks,

Jc


pgsql-general by date:

Previous
From: frbn
Date:
Subject: Re: createlang fails
Next
From: Bret Hughes
Date:
Subject: Re: postponing index updates in a transaction