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

[YCQL] Improve error handling for non-paged YCQL scan by indexed column #19252

Open
1 task done
ttyusupov opened this issue Sep 22, 2023 · 0 comments
Open
1 task done
Labels
area/ycql Yugabyte CQL (YCQL) kind/enhancement This is an enhancement of an existing feature priority/medium Medium priority issue status/awaiting-triage Issue awaiting triage

Comments

@ttyusupov
Copy link
Contributor

ttyusupov commented Sep 22, 2023

Jira Link: DB-8050

Description

Even after fixes for #19221, non-paged scan by indexed column can take more than client timeout. For example, for 1M rows it can take +3 seconds on GCP n1-standard-4 instance with scenario described in #19221. The problem is that YCQL/YBClient gets a timeout error for each of 1M keys it retrieved from index table and tries to process that. This can introduce a delay in response to the client app even when request is already timed out.

Warning: Please confirm that this issue does not contain any sensitive information

  • I confirm this issue does not contain any sensitive information.
@ttyusupov ttyusupov added area/ycql Yugabyte CQL (YCQL) status/awaiting-triage Issue awaiting triage labels Sep 22, 2023
@yugabyte-ci yugabyte-ci added kind/enhancement This is an enhancement of an existing feature priority/medium Medium priority issue labels Sep 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/ycql Yugabyte CQL (YCQL) kind/enhancement This is an enhancement of an existing feature priority/medium Medium priority issue status/awaiting-triage Issue awaiting triage
Projects
None yet
Development

No branches or pull requests

2 participants