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

Add index for table ReleaseHistory #4550

Merged
merged 3 commits into from Sep 5, 2022
Merged

Add index for table ReleaseHistory #4550

merged 3 commits into from Sep 5, 2022

Conversation

mghio
Copy link
Contributor

@mghio mghio commented Sep 4, 2022

What's the purpose of this PR

Add index for table ReleaseHistory.

Which issue(s) this PR fixes:

Fixes #4544

Follow this checklist to help us incorporate your contribution quickly and easily:

  • Read the Contributing Guide before making this pull request.
  • Write a pull request description that is detailed enough to understand what the pull request does, how, and why.
  • Write necessary unit tests to verify the code.
  • Run mvn clean test to make sure this pull request doesn't break anything.
  • Update the CHANGES log.

@codecov-commenter
Copy link

codecov-commenter commented Sep 4, 2022

Codecov Report

Merging #4550 (d0f2105) into master (2662f03) will increase coverage by 0.07%.
The diff coverage is n/a.

@@             Coverage Diff              @@
##             master    #4550      +/-   ##
============================================
+ Coverage     53.35%   53.43%   +0.07%     
- Complexity     2703     2708       +5     
============================================
  Files           492      492              
  Lines         15390    15390              
  Branches       1596     1596              
============================================
+ Hits           8212     8224      +12     
+ Misses         6616     6607       -9     
+ Partials        562      559       -3     
Impacted Files Coverage Δ
...ervice/service/ReleaseMessageServiceWithCache.java 87.05% <0.00%> (+1.17%) ⬆️
.../framework/apollo/spring/property/SpringValue.java 89.47% <0.00%> (+1.75%) ⬆️
...ework/apollo/internals/RemoteConfigRepository.java 87.73% <0.00%> (+2.45%) ⬆️
...rk/apollo/spring/property/SpringValueRegistry.java 89.18% <0.00%> (+5.40%) ⬆️
...work/apollo/biz/message/DatabaseMessageSender.java 64.58% <0.00%> (+8.33%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

Copy link
Member

@nobodyiam nobodyiam left a comment

Choose a reason for hiding this comment

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

LGTM

@nobodyiam nobodyiam merged commit 85bc77d into apolloconfig:master Sep 5, 2022
@github-actions github-actions bot locked and limited conversation to collaborators Sep 5, 2022
@nobodyiam nobodyiam added this to the 2.1.0 milestone Feb 5, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ReleaseHistory表发现SQL没走索引,导致全表查询
3 participants