[2.0.1] change postgre sql for serial int#7248
Merged
CalvinKirs merged 9 commits intoapache:2.0.1-preparefrom Dec 7, 2021
Merged
[2.0.1] change postgre sql for serial int#7248CalvinKirs merged 9 commits intoapache:2.0.1-preparefrom
CalvinKirs merged 9 commits intoapache:2.0.1-preparefrom
Conversation
…w instance and task instance are accessed slowly apache#7061 (apache#7139) 1、I found that the SQL behind this interface is very slow. The main table is large, but there is no index to use. By add the index, the all mode in the query plan can be changed into a more efficient ref mode. If this optimization still fails to meet the requirements, please contact me and I will continue to optimize。 2、modify index start_time_index in init script and upgrade scripts.
* fix #7601 move ddl to 2.0.1 * fix #7601 move ddl to 2.0.1
Codecov Report
@@ Coverage Diff @@
## 2.0.1-prepare #7248 +/- ##
================================================
Coverage ? 32.18%
Complexity ? 1569
================================================
Files ? 432
Lines ? 14484
Branches ? 1438
================================================
Hits ? 4662
Misses ? 9364
Partials ? 458 Continue to review full report at Codecov.
|
|
SonarCloud Quality Gate failed. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.









close #7247
add version in sql