Efficiency - Mailing list pgsql-sql

From Radhesh Mohandas
Subject Efficiency
Date
Msg-id 200002081132.FAA02018@gupt.arl.wustl.edu
Whole thread Raw
List pgsql-sql
hi, If I have a large set of updates to be made - which may take around 10 minutes
will it be faster if I include them in a transaction block ?
I assume that the updates will be written into the database only on commit
hence I may be able to save some disk writes and speed up the total update time?
All comments will be appreciated.
-Radhesh


pgsql-sql by date:

Previous
From: Patrick JACQUOT
Date:
Subject: Re: [SQL] SubSelect as a column
Next
From: "Vladimir Terziev"
Date:
Subject: Problem with PL/pgSQL