+1 This should help us with IGFS performance as we currently use getAll() in PESSIMISTIC mode mainly to lock keys, not to get their values.
On Thu, Feb 4, 2016 at 12:56 PM, Alexey Goncharuk < [email protected]> wrote: > So, basically, we want to add lockAll() method that locks entries without > returning their values to a client - this is a good idea. I do not want, > however, to call it SNAPSHOT isolation, because this is not what it is. >
