Re: Performance and WAL on big inserts/updates - Mailing list pgsql-hackers

From Rod Taylor
Subject Re: Performance and WAL on big inserts/updates
Date
Msg-id 1079042779.86715.116.camel@jester
Whole thread Raw
In response to Performance and WAL on big inserts/updates  (Marty Scholes <marty@outputservices.com>)
List pgsql-hackers
> If a transaction will do large updates or inserts, why don't we just log 
> the parsed statements in the WAL instead of the individual data blocks 

UPDATE table SET col = random();




pgsql-hackers by date:

Previous
From: Alvaro Herrera Munoz
Date:
Subject: Re: COMMENT ON [GROUP/USER]
Next
From: Sailesh Krishnamurthy
Date:
Subject: Re: Performance and WAL on big inserts/updates