Merge LastQueryScanNode of same device
Description
Merge LastQueryScanNode of same device For a scenario with 2 * 2 * 4 non-aligned devices and 80,000 measurement points per device. When the last cache is hit, the optimization effect of executing the following SQL statement is:
select last * from root.db.aaaaaaa0.bbbbbbb0.**
Before this optimization:
After this optimization:
Codecov Report
Attention: Patch coverage is 59.71223% with 168 lines in your changes missing coverage. Please review.
Project coverage is 39.11%. Comparing base (
b8fd089) to head (352191f). Report is 21 commits behind head on master.
Additional details and impacted files
@@ Coverage Diff @@
## master #15735 +/- ##
============================================
+ Coverage 39.09% 39.11% +0.01%
Complexity 198 198
============================================
Files 4839 4839
Lines 314856 315188 +332
Branches 39530 39567 +37
============================================
+ Hits 123108 123300 +192
- Misses 191748 191888 +140
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
:rocket: New features to boost your workflow:
- :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
Quality Gate passed
Issues
22 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.3% Duplication on New Code