morningman commented on a change in pull request #1798: Optimize the load
performance for large file
URL: https://github.com/apache/incubator-doris/pull/1798#discussion_r323678171
##########
File path: be/src/common/config.h
##########
@@ -452,6 +452,10 @@ namespace config {
CONF_Int32(storage_flood_stage_usage_percent, "95"); // 95%
// The min bytes that should be left of a data dir
CONF_Int64(storage_flood_stage_left_capacity_bytes, "1073741824") // 1GB
+ // the size of queue for saving immutable memtables.
+ // set this size larger may reduce the time of waiting memtable flush,
+ // but will increase memory usage of loading.
+ // CONF_Int32(memtable_queue_size, "1");
Review comment:
I will remove it
----------------------------------------------------------------
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]