[FIX-7338] set h2 for default DATABASE_TYPE for standalone-server#7339
Merged
lenboo merged 12 commits intoapache:2.0.1-releasefrom Dec 11, 2021
Merged
[FIX-7338] set h2 for default DATABASE_TYPE for standalone-server#7339lenboo merged 12 commits intoapache:2.0.1-releasefrom
lenboo merged 12 commits intoapache:2.0.1-releasefrom
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-release #7339 +/- ##
================================================
Coverage ? 31.88%
Complexity ? 1569
================================================
Files ? 432
Lines ? 14573
Branches ? 1447
================================================
Hits ? 4647
Misses ? 9476
Partials ? 450 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 #7338
set h2 for default DATABASE_TYPE for standalone-server