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

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

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

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

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

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

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

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

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

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

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

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

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

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