imay 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_r326082656
##########
File path: be/src/common/config.h
##########
@@ -465,6 +465,8 @@ 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
+ // number of thread for flushing memtable per data dir
+ CONF_Int32(flush_thread_num_per_dir, "2");
Review comment:
```suggestion
CONF_Int32(flush_thread_num_per_store, "2");
```
----------------------------------------------------------------
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]