Re: [IndexedDB] Transaction Auto-Commit

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

Received on Tuesday, 16 August 2011 03:24:24 UTC