Re: Help with duration of statement: EXECUTE [PREPARE: COMMIT] - Mailing list pgsql-performance

From Mladen Gogala
Subject Re: Help with duration of statement: EXECUTE [PREPARE: COMMIT]
Date
Msg-id 4CBC58CD.9010906@vmsinfo.com
Whole thread Raw
In response to Re: Help with duration of statement: EXECUTE [PREPARE: COMMIT]  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Help with duration of statement: EXECUTE [PREPARE: COMMIT]  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-performance
Tom Lane wrote:
> My guess would be overstressed disk subsystem.  A COMMIT doesn't require
> much except fsync'ing the commit WAL record down to disk ...
Doesn't the "commit" statement also release all the locks held by the
transaction?

--

Mladen Gogala
Sr. Oracle DBA
1500 Broadway
New York, NY 10036
(212) 329-5251
http://www.vmsinfo.com
The Leader in Integrated Media Intelligence Solutions




pgsql-performance by date:

Previous
From: Tom Lane
Date:
Subject: Re: Help with duration of statement: EXECUTE [PREPARE: COMMIT]
Next
From: Alvaro Herrera
Date:
Subject: Re: No hash join across partitioned tables?