-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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] Index scan cost does not account for disk fetch cost correctly #21892
Labels
Comments
gauravk-in
added
area/ysql
Yugabyte SQL (YSQL)
status/awaiting-triage
Issue awaiting triage
labels
Apr 9, 2024
yugabyte-ci
added
kind/bug
This issue is a bug
priority/medium
Medium priority issue
labels
Apr 9, 2024
gauravk-in
added a commit
that referenced
this issue
Apr 19, 2024
Summary: The YB base scans cost model calculates the index tuple width to estimate the cost of fetching the index from the disk to memory. This change fixes a bug in the index tuple width calculation. Jira: DB-10792 Test Plan: ./yb_build.sh --java-test 'org.yb.pgsql.TestPgRegressTAQO#testPgRegressTAQO' Reviewers: tverona, tnayak Reviewed By: tnayak Subscribers: yql Differential Revision: https://phorge.dev.yugabyte.com/D33947
gauravk-in
added a commit
that referenced
this issue
May 14, 2024
…ost model Summary: Original commit: fa7c8bb / D33947 The YB base scans cost model calculates the index tuple width to estimate the cost of fetching the index from the disk to memory. This change fixes a bug in the index tuple width calculation. Jira: DB-10792 Test Plan: ./yb_build.sh --java-test 'org.yb.pgsql.TestPgRegressTAQO#testPgRegressTAQO' Reviewers: tverona, tnayak, telgersma Reviewed By: telgersma Subscribers: yql Tags: #jenkins-ready Differential Revision: https://phorge.dev.yugabyte.com/D35028
svarnau
pushed a commit
that referenced
this issue
May 25, 2024
Summary: The YB base scans cost model calculates the index tuple width to estimate the cost of fetching the index from the disk to memory. This change fixes a bug in the index tuple width calculation. Jira: DB-10792 Test Plan: ./yb_build.sh --java-test 'org.yb.pgsql.TestPgRegressTAQO#testPgRegressTAQO' Reviewers: tverona, tnayak Reviewed By: tnayak Subscribers: yql Differential Revision: https://phorge.dev.yugabyte.com/D33947
svarnau
pushed a commit
that referenced
this issue
May 29, 2024
…ost model Summary: Original commit: fa7c8bb / D33947 The YB base scans cost model calculates the index tuple width to estimate the cost of fetching the index from the disk to memory. This change fixes a bug in the index tuple width calculation. Jira: DB-10792 Test Plan: ./yb_build.sh --java-test 'org.yb.pgsql.TestPgRegressTAQO#testPgRegressTAQO' Reviewers: tverona, tnayak, telgersma Reviewed By: telgersma Subscribers: yql Tags: #jenkins-ready Differential Revision: https://phorge.dev.yugabyte.com/D35028
1 task
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Jira Link: DB-10792
Description
The following query is from cost-validation benchmark in TAQO.
Issue Type
kind/bug
Warning: Please confirm that this issue does not contain any sensitive information
The text was updated successfully, but these errors were encountered: