-
Notifications
You must be signed in to change notification settings - Fork 305
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
[Improvement]: There are slow SQL issues when querying the optimizing process #2869
Open
3 tasks done
Tracked by
#3048
Labels
Milestone
Comments
XBaith
changed the title
[Improvement]: There is are slow SQL issues when querying the optimizing process
[Improvement]: There are slow SQL issues when querying the optimizing process
May 28, 2024
Before adding index:
After Adding index
|
I think adding an index to the table accelerates it a bit better |
Adding an index can improve performance and does not conflict with #3066. My previous reply was not to oppose adding indexes. looks forward to seeing the pr. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Search before asking
What would you like to be improved?
Improve query performance
When I execute the below SQL statement, it cost over 1min:
The execute plan is:
How should we improve?
Add indexes to avoid full table scans
Are you willing to submit PR?
Subtasks
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: