Skip to content

Optimize sql query conditions of getLastJobInstance #4180

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

Closed
wants to merge 1 commit into from
Closed

Optimize sql query conditions of getLastJobInstance #4180

wants to merge 1 commit into from

Conversation

chenglongyan
Copy link

in some scenarios sql query condition "=" is better than "in"

close: #4024

in some scenarios sql query condition "=" is better than "in"
@chenglongyan chenglongyan closed this by deleting the head repository Sep 1, 2022
@fmbenhassine
Copy link
Contributor

@chenglongyan Thank you for this PR! I don't understand why it was closed.

I think this is a valid change if it improves the performance of the query. Do you mind re-opening it? Otherwise I can include the change and add a credit for you.

@fmbenhassine
Copy link
Contributor

Fix introduced in 30ce332 with credit to you. Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Slow Query in JdbcJobInstanceDao.getLastJobInstance()
2 participants