Create a new read method or isolation level for read request with FOR KEY SHARE
FOR SHARE
row locks
#2496
Labels
kind/enhancement
This is an enhancement of an existing feature
Currently, whenever we receive a read request with a
FOR KEY SHARE
orFOR SHARE
row lock, we set the isolation level of that request toSERIALIZABLE
, so we can grab the right locks internally. It's better to have a different mechanism that is unique to these two locks so that we make it clear that we are not running a SERIALIZABLE transaction.This is related to #1199
The text was updated successfully, but these errors were encountered: