View Single Post

   
  #6 (permalink)  
Old 04-18-2008, 11:33 AM
Chris Browne
 
Posts: n/a
Default Re: Lazy xid assignment V4

fgp@phlo.org ("Florian G. Pflug") writes:
> Pavan Deolasee wrote:
>> On 9/4/07, Florian G. Pflug <fgp@phlo.org> wrote:
>>> Hi
>>>
>>> Here is an updated patch, following the discussion.
>>> The patch can be found at: http://soc.phlo.org/lazyxidassign.v4.patch
>>> (I seems I still can't get attachments through to this list)
>>>
>>>

>> I haven't been able to follow the discussions here, but do I need to worry
>> about its interaction with HOT ?

>
> I don't think so. The interactions should be pretty minimal.


Similarly, does it seem likely that Slony-I users would need to worry
about this?

From what I have been seeing, I don't think so, because the
transactions that cause the XIDs to get generated that are of interest
will all be write transactions, and hence exempt from this:

- User transactions that are writing to tables will be exempt :-).

- On an origin node, slon connections that write out SYNC events every
so often are, obviously, write transactions that will again be exempt.

- Transactions that read data from a provider could be affected, as
they are indeed read-only, but their XIDs aren't of interest.

If I speculate right, then there's not much here to worry about. But
best to check... And we'll certainly be testing as this gets
applied...
--
let name="cbbrowne" and tld="acm.org" in name ^ "@" ^ tld;;
http://linuxdatabases.info/info/finances.html
Signs of a Klingon Programmer - 3. "This machine is GAGH! I need dual
Pentium processors if I am to do battle with this code!"
Reply With Quote