[YSQL] Support for individual read requests with row locks in a read batch request #2495
Labels
area/ysql
Yugabyte SQL (YSQL)
kind/enhancement
This is an enhancement of an existing feature
priority/medium
Medium priority issue
Jira Link: DB-2517
Currently whenever a read request has an element in the list
repeated RowMarkType row_mark_type
from requestPgsqlReadRequestPB
, the whole read batch is assumed to need the same row locks. Currently this is not a problem because we are not batching read requests, but we will need to change this behavior if we start batching requests.This is related to #1199
The text was updated successfully, but these errors were encountered: