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] Enable inplace index updates #24849

Open
1 task done
sushantrmishra opened this issue Nov 8, 2024 · 0 comments
Open
1 task done

[YSQL] Enable inplace index updates #24849

sushantrmishra opened this issue Nov 8, 2024 · 0 comments
Assignees
Labels
2024.2 Backport Required area/ysql Yugabyte SQL (YSQL) kind/bug This issue is a bug priority/medium Medium priority issue

Comments

@sushantrmishra
Copy link

sushantrmishra commented Nov 8, 2024

Jira Link: DB-13962

Description

We previously disabled in-place index update ( tracked by #24672 ) due to Index inconsistency.

Now the Index inconsistency issue is fixed so we plan to enable this feature again.

Issue Type

kind/bug

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

  • I confirm this issue does not contain any sensitive information.
@sushantrmishra sushantrmishra added area/ysql Yugabyte SQL (YSQL) status/awaiting-triage Issue awaiting triage labels Nov 8, 2024
@yugabyte-ci yugabyte-ci added kind/bug This issue is a bug priority/medium Medium priority issue labels Nov 8, 2024
@sushantrmishra sushantrmishra removed the status/awaiting-triage Issue awaiting triage label Nov 8, 2024
andrei-mart added a commit that referenced this issue Nov 11, 2024
Summary:
This reverts commit 03721fd.

The bug in inplace index updates has been fixed by 68f7de8 / D39430.
Jira: DB-13962

Test Plan: ./yb_build.sh --java-test 'org.yb.pgsql.TestPgRegressUpdateOptimized#schedule'

Reviewers: smishra, kramanathan

Reviewed By: smishra, kramanathan

Subscribers: yql

Differential Revision: https://phorge.dev.yugabyte.com/D39848
andrei-mart added a commit that referenced this issue Nov 12, 2024
…by default

Summary:
Original commit: 601e28a / D39848
This reverts commit 03721fd.

The bug in inplace index updates has been fixed by 68f7de8 / D39430.
Jira: DB-13962

Test Plan: ./yb_build.sh --java-test 'org.yb.pgsql.TestPgRegressUpdateOptimized#schedule'

Reviewers: smishra, kramanathan

Reviewed By: kramanathan

Subscribers: yql

Differential Revision: https://phorge.dev.yugabyte.com/D39883
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2024.2 Backport Required area/ysql Yugabyte SQL (YSQL) kind/bug This issue is a bug priority/medium Medium priority issue
Projects
None yet
Development

No branches or pull requests

3 participants