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

[IOTDB-6237] Improve query back-end execution process #11464

Merged
merged 16 commits into from
Nov 16, 2023
Merged

Conversation

JackieTien97
Copy link
Contributor

@JackieTien97 JackieTien97 commented Nov 2, 2023

@codecov-commenter
Copy link

Codecov Report

Merging #11464 (e31acd9) into master (1f34ad7) will decrease coverage by 0.01%.
The diff coverage is 87.95%.

@@             Coverage Diff              @@
##             master   #11464      +/-   ##
============================================
- Coverage     49.12%   49.12%   -0.01%     
+ Complexity    24573    24563      -10     
============================================
  Files          2772     2773       +1     
  Lines        172538   172611      +73     
  Branches      20651    20649       -2     
============================================
+ Hits          84761    84791      +30     
- Misses        87777    87820      +43     
Files Coverage Δ
...ngine/execution/operator/process/SortOperator.java 40.00% <100.00%> (ø)
...ngine/execution/operator/process/TopKOperator.java 75.81% <100.00%> (+0.32%) ⬆️
...engine/schemaregion/utils/ResourceByPathUtils.java 59.80% <ø> (+0.37%) ⬆️
...otdb/db/storageengine/buffer/BloomFilterCache.java 91.37% <100.00%> (-0.29%) ⬇️
.../db/storageengine/buffer/CacheHitRatioMonitor.java 94.11% <100.00%> (ø)
...ction/execute/utils/MultiTsFileDeviceIterator.java 96.86% <ø> (-0.03%) ⬇️
...gion/read/reader/chunk/DiskAlignedChunkLoader.java 94.87% <100.00%> (+2.56%) ⬆️
...chunk/metadata/DiskAlignedChunkMetadataLoader.java 82.60% <100.00%> (ø)
...reader/chunk/metadata/DiskChunkMetadataLoader.java 82.22% <100.00%> (ø)
.../reader/chunk/metadata/MemChunkMetadataLoader.java 94.44% <100.00%> (ø)
... and 20 more

... and 18 files with indirect coverage changes

📣 Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today!

@Beyyes Beyyes self-requested a review November 10, 2023 09:33
@JackieTien97 JackieTien97 changed the title Improve query cache Improve be execution process Nov 16, 2023
@JackieTien97 JackieTien97 changed the title Improve be execution process [IOTDB-6237] Improve be execution process Nov 16, 2023
Copy link

sonarcloud bot commented Nov 16, 2023

SonarCloud Quality Gate failed.    Quality Gate failed

Bug C 1 Bug
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 9 Code Smells

0.0% 0.0% Coverage
0.0% 0.0% Duplication

idea Catch issues before they fail your Quality Gate with our IDE extension sonarlint SonarLint

@Beyyes Beyyes changed the title [IOTDB-6237] Improve be execution process [IOTDB-6237] Improve query back-end execution process Nov 16, 2023
@Beyyes Beyyes merged commit 1dd2f1a into master Nov 16, 2023
36 of 38 checks passed
@JackieTien97 JackieTien97 deleted the CacheImprove branch November 16, 2023 10:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants