| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> comp.databases.theory -> Re: Lock-free databases
Even for read only access where multiversioning with timestamp ordering
exists (basically what Oracle uses) access to the block where the
consistent view of the data is built has to be restricted. In Oracle's
case latches would be used.
Remember that any single threading mechanism no matter if you call it a lock, latch, enqueue, or other name is a lock for the purpose of this discussion which is about "lock free" database products. I say it is not really possible.
HTH -- Mark D Powell -- Received on Mon Nov 07 2005 - 09:30:10 CST
![]() |
![]() |