-
-
Notifications
You must be signed in to change notification settings - Fork 141
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
fix(tianmu): Avoid OOM when data too large and aggregated (#949) #1355
fix(tianmu): Avoid OOM when data too large and aggregated (#949) #1355
Conversation
Thanks for the contribution! Please review the labels and make any necessary changes. |
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## stonedb-5.7-dev #1355 +/- ##
===================================================
+ Coverage 42.89% 42.93% +0.04%
===================================================
Files 1836 1838 +2
Lines 397300 397390 +90
===================================================
+ Hits 170411 170621 +210
+ Misses 226889 226769 -120
... and 27 files with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
1. Use memory mapping 2. Set the maximum number of concurrent threads for aggregation
Summary about this PR
Issue Number: close #949 #1291
Tests Check List
Changelog
Documentation