Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[YSQL] Support for individual read requests with row locks in a read batch request #2495

Open
hectorgcr opened this issue Oct 2, 2019 · 0 comments
Assignees
Labels
area/ysql Yugabyte SQL (YSQL) kind/enhancement This is an enhancement of an existing feature priority/medium Medium priority issue

Comments

@hectorgcr
Copy link
Contributor

hectorgcr commented Oct 2, 2019

Jira Link: DB-2517
Currently whenever a read request has an element in the list repeated RowMarkType row_mark_type from request PgsqlReadRequestPB, 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

@hectorgcr hectorgcr added the kind/enhancement This is an enhancement of an existing feature label Oct 2, 2019
@hectorgcr hectorgcr self-assigned this Oct 2, 2019
@bmatican bmatican changed the title Support for individual read read requests with row locks in a read batch request [YSQL] Support for individual read read requests with row locks in a read batch request Oct 2, 2020
@bmatican bmatican added the area/ysql Yugabyte SQL (YSQL) label Oct 2, 2020
@bmatican bmatican added the area/docdb YugabyteDB core features label Oct 2, 2020
@m-iancu m-iancu assigned d-uspenskiy and unassigned hectorgcr Oct 8, 2020
@m-iancu m-iancu added this to YQL-beta Dec 7, 2021
@yugabyte-ci yugabyte-ci added the priority/medium Medium priority issue label Jun 9, 2022
@yugabyte-ci yugabyte-ci removed the area/docdb YugabyteDB core features label Jul 22, 2022
@yugabyte-ci yugabyte-ci changed the title [YSQL] Support for individual read read requests with row locks in a read batch request [YSQL] Support for individual read requests with row locks in a read batch request Sep 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/ysql Yugabyte SQL (YSQL) kind/enhancement This is an enhancement of an existing feature priority/medium Medium priority issue
Projects
Status: No status
Development

No branches or pull requests

4 participants