On 8/3/2011 10:33 AM, Jonas Sicking wrote:
IndexedDB does however not allow readers to start once a writing
transaction has started. I thought that that was common behavior even
for MVCC databases. Is that not the case? Is it more common that
readers can start whenever and always just see the data that was
committed by the time the reading transaction started?
This is one of the many benefits of MVCC (but Mozilla's implementation cannot provide this).

Cheers,

Shawn

Reply via email to