Re: Does Ignite Txs Protect against Phantom Reads?

2018-07-25 Thread John Wilson
Hi Val, Thanks, that answers my question. John. On Tue, Jul 24, 2018 at 5:13 PM, Valentin Kulichenko < valentin.kuliche...@gmail.com> wrote: > Hi John, > > Looks like pictures can't be attached directly. Try uploading it somewhere > and providing a link. > > However, since you're talking about

Re: Does Ignite Txs Protect against Phantom Reads?

2018-07-24 Thread Valentin Kulichenko
Hi John, Looks like pictures can't be attached directly. Try uploading it somewhere and providing a link. However, since you're talking about ranges, my guess would be that you're using SQL which is currently NOT transactional. This support currently in development though, probably other members

Does Ignite Txs Protect against Phantom Reads?

2018-07-24 Thread John Wilson
Hi, Do Ignite transactions with serializable isolation level protect against phantom reads? For example, in the below example, does Ignite, in pessimistic mode, lock all entries in the range 10 to 30? Thanks.