[GitHub] [incubator-doris] imay commented on a change in pull request #1798: Optimize the load performance for large file

2019-09-24 Thread GitBox
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_r327637644 ## File path: be/src/olap/memtable_flush_executor.cpp ## @@ -0,0 +1,153 @@ +// Licensed to the

[GitHub] [incubator-doris] imay commented on a change in pull request #1798: Optimize the load performance for large file

2019-09-24 Thread GitBox
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_r327633505 ## File path: be/src/olap/memtable.h ## @@ -18,6 +18,7 @@ #ifndef DORIS_BE_SRC_OLAP_MEMTABLE_H

[GitHub] [incubator-doris] imay commented on a change in pull request #1798: Optimize the load performance for large file

2019-09-24 Thread GitBox
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_r327558052 ## File path: be/src/util/counter_cond_variable.hpp ## @@ -0,0 +1,73 @@ +// Licensed to the Apache

[GitHub] [incubator-doris] imay commented on a change in pull request #1798: Optimize the load performance for large file

2019-09-24 Thread GitBox
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_r327558912 ## File path: be/src/util/counter_cond_variable.hpp ## @@ -0,0 +1,73 @@ +// Licensed to the Apache

[GitHub] [incubator-doris] imay commented on a change in pull request #1798: Optimize the load performance for large file

2019-09-24 Thread GitBox
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_r327565400 ## File path: be/src/olap/delta_writer.cpp ## @@ -218,6 +233,10 @@ OLAPStatus

[GitHub] [incubator-doris] imay commented on a change in pull request #1798: Optimize the load performance for large file

2019-09-24 Thread GitBox
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_r327560654 ## File path: be/src/util/counter_cond_variable.hpp ## @@ -0,0 +1,73 @@ +// Licensed to the Apache

[GitHub] [incubator-doris] imay commented on a change in pull request #1798: Optimize the load performance for large file

2019-09-24 Thread GitBox
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_r327558461 ## File path: be/src/util/counter_cond_variable.hpp ## @@ -0,0 +1,73 @@ +// Licensed to the Apache

[GitHub] [incubator-doris] imay commented on a change in pull request #1798: Optimize the load performance for large file

2019-09-23 Thread GitBox
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_r327072199 ## File path: be/src/olap/memtable_flush_executor.cpp ## @@ -0,0 +1,177 @@ +// Licensed to the

[GitHub] [incubator-doris] imay commented on a change in pull request #1798: Optimize the load performance for large file

2019-09-23 Thread GitBox
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_r327062251 ## File path: be/src/olap/memtable_flush_executor.h ## @@ -0,0 +1,158 @@ +// Licensed to the

[GitHub] [incubator-doris] imay commented on a change in pull request #1798: Optimize the load performance for large file

2019-09-23 Thread GitBox
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_r327061912 ## File path: be/src/olap/memtable_flush_executor.h ## @@ -0,0 +1,158 @@ +// Licensed to the

[GitHub] [incubator-doris] imay commented on a change in pull request #1798: Optimize the load performance for large file

2019-09-23 Thread GitBox
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_r327068244 ## File path: be/src/olap/memtable_flush_executor.cpp ## @@ -0,0 +1,177 @@ +// Licensed to the

[GitHub] [incubator-doris] imay commented on a change in pull request #1798: Optimize the load performance for large file

2019-09-23 Thread GitBox
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_r327060662 ## File path: be/src/olap/memtable_flush_executor.h ## @@ -0,0 +1,158 @@ +// Licensed to the

[GitHub] [incubator-doris] imay commented on a change in pull request #1798: Optimize the load performance for large file

2019-09-20 Thread GitBox
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_r326848390 ## File path: be/src/olap/delta_writer.cpp ## @@ -132,48 +135,93 @@ OLAPStatus DeltaWriter::init()

[GitHub] [incubator-doris] imay commented on a change in pull request #1798: Optimize the load performance for large file

2019-09-19 Thread GitBox
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_r326104070 ## File path: be/src/runtime/memtable_flush_executor.cpp ## @@ -0,0 +1,128 @@ +// Licensed to the

[GitHub] [incubator-doris] imay commented on a change in pull request #1798: Optimize the load performance for large file

2019-09-19 Thread GitBox
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_r326102477 ## File path: be/src/runtime/memtable_flush_executor.h ## @@ -0,0 +1,85 @@ +// Licensed to the

[GitHub] [incubator-doris] imay commented on a change in pull request #1798: Optimize the load performance for large file

2019-09-19 Thread GitBox
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_r326090612 ## File path: be/src/runtime/tablets_channel.h ## @@ -0,0 +1,122 @@ +// Licensed to the Apache

[GitHub] [incubator-doris] imay commented on a change in pull request #1798: Optimize the load performance for large file

2019-09-19 Thread GitBox
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 {

[GitHub] [incubator-doris] imay commented on a change in pull request #1798: Optimize the load performance for large file

2019-09-19 Thread GitBox
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_r326082863 ## File path: be/src/olap/delta_writer.cpp ## @@ -26,24 +26,32 @@ namespace doris {

[GitHub] [incubator-doris] imay commented on a change in pull request #1798: Optimize the load performance for large file

2019-09-19 Thread GitBox
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_r326084947 ## File path: be/src/olap/delta_writer.h ## @@ -75,10 +102,36 @@ class DeltaWriter {

[GitHub] [incubator-doris] imay commented on a change in pull request #1798: Optimize the load performance for large file

2019-09-17 Thread GitBox
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_r325455731 ## File path: be/src/olap/delta_writer.cpp ## @@ -132,8 +142,10 @@ OLAPStatus DeltaWriter::init()