G
gus bjorklund
Guest
> On May 2, 2019, at 9:54 AM, George Potemkin wrote: > > I guess it’s not intended to use LKT to start or to commit a transaction. no, but there are circumstances wherein a lock table entry is added or removed while holding mtx. starting a transaction ivolves getting the next transaction id and allocating a transaction table entry. committing is a bit more complicated (e.g. 2pc) and among other things, requires releasing or downgrading locks which require fiddling with the lock table.
Continue reading...
Continue reading...