Re: MultiXacts & WAL - Mailing list pgsql-hackers

From Tom Lane
Subject Re: MultiXacts & WAL
Date
Msg-id 15544.1150560612@sss.pgh.pa.us
Whole thread Raw
In response to Re: MultiXacts & WAL  (Heikki Linnakangas <hlinnaka@iki.fi>)
Responses Re: MultiXacts & WAL  (paolo romano <paolo.romano@yahoo.it>)
List pgsql-hackers
Heikki Linnakangas <hlinnaka@iki.fi> writes:
> Also, multixacts are only used when two transactions hold a shared lock 
> on the same row.

Yeah, it's difficult to believe that multixact stuff could form a
noticeable fraction of the total WAL load, except perhaps under really
pathological circumstances, because the code just isn't supposed to be
exercised often.  So I don't think this is worth pursuing.  Paolo's free
to try to prove the opposite of course ... but I'd want to see numbers
not speculation.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: PG_MODULE_MAGIC
Next
From: Thomas Hallgren
Date:
Subject: Re: PG_MODULE_MAGIC