imay commented on a change in pull request #1954: Limit the memory usage of
Loading process
URL: https://github.com/apache/incubator-doris/pull/1954#discussion_r334402689
##########
File path: be/src/olap/memtable.h
##########
@@ -57,7 +57,7 @@ class MemTable {
};
RowCursorComparator _row_comparator;
- std::unique_ptr<MemTracker> _tracker;
+ std::unique_ptr<MemTracker> _mem_tracker;
Review comment:
There are a little many levels of Memory Trackers.
It will hurt performance when the level of concurrence is high.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]