-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Remove the logic of memtable flush controlled by memory series size #14591
base: master
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #14591 +/- ##
============================================
+ Coverage 39.28% 39.34% +0.05%
Complexity 193 193
============================================
Files 4420 4420
Lines 281463 281443 -20
Branches 34806 34806
============================================
+ Hits 110572 110732 +160
+ Misses 170891 170711 -180 ☔ View full report in Codecov by Sentry. |
Quality Gate passedIssues Measures |
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.