Skip to content

[SOC 2021][Improvement][Dao] SQL optimization - join#5985

Closed
ptyp wants to merge 1 commit into
apache:devfrom
ptyp:dev
Closed

[SOC 2021][Improvement][Dao] SQL optimization - join#5985
ptyp wants to merge 1 commit into
apache:devfrom
ptyp:dev

Conversation

@ptyp

@ptyp ptyp commented Aug 12, 2021

Copy link
Copy Markdown
Contributor

Purpose of the pull request

This pull request is the project of SOC which is mainly about the optimization of SQL.
It may not be covered in a single pull request completely, so this pr could be considered a sub outcome.

Brief change log

Change some structures of part of SQL

@ptyp ptyp changed the title [SQL][Improvement][Dao] SQL optimization - join [SOC 2021][Improvement][Dao] SQL optimization - join Aug 12, 2021
@CalvinKirs

Copy link
Copy Markdown
Member

please check CI error.

where pd.project_code = #{projectCode}
<if test="ids != null and ids.size()>0">
and pd.id in
and pd.id exists

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this SQL faster?

@github-actions

Copy link
Copy Markdown

This pull request has been automatically marked as stale because it has not had recent activity for 120 days. It will be closed in 7 days if no further activity occurs.

@github-actions github-actions Bot added the Stale label Dec 23, 2021
@github-actions

Copy link
Copy Markdown

This pull request has been closed because it has not had recent activity. You could reopen it if you try to continue your work, and anyone who are interested in it are encouraged to continue work on this pull request.

@github-actions github-actions Bot closed this Dec 31, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants