Remove the logic of memtable flush controlled by memory series size
Description
In this PR, if the row number of a memory chunk exceeded the avgSeriesPointNumberThreshold, or the size of a binary type memory chunk exceeded the targetChunkSize, this memory chunk will split to multiple disk chunks in the TsFile.
Codecov Report
Attention: Patch coverage is 81.62162% with 34 lines in your changes missing coverage. Please review.
Project coverage is 39.47%. Comparing base (
fd721d6) to head (f016492). Report is 7 commits behind head on master.
Additional details and impacted files
@@ Coverage Diff @@
## master #13653 +/- ##
============================================
+ Coverage 39.41% 39.47% +0.06%
Complexity 193 193
============================================
Files 4342 4342
Lines 275482 275504 +22
Branches 33637 33644 +7
============================================
+ Hits 108580 108763 +183
+ Misses 166902 166741 -161
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Quality Gate passed
Issues
37 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
moved to https://github.com/apache/iotdb/pull/14591