[GitHub] [incubator-doris] marising commented on a change in pull request #4005: LRU cache for sql/partition cache #2581

2020-08-26 Thread GitBox
marising commented on a change in pull request #4005: URL: https://github.com/apache/incubator-doris/pull/4005#discussion_r477094463 ## File path: be/src/runtime/cache/cache_utils.h ## @@ -0,0 +1,87 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more

[GitHub] [incubator-doris] marising commented on a change in pull request #4005: LRU cache for sql/partition cache #2581

2020-08-04 Thread GitBox
marising commented on a change in pull request #4005: URL: https://github.com/apache/incubator-doris/pull/4005#discussion_r465448762 ## File path: be/src/runtime/cache/result_node.cpp ## @@ -0,0 +1,274 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or

[GitHub] [incubator-doris] marising commented on a change in pull request #4005: LRU cache for sql/partition cache #2581

2020-08-04 Thread GitBox
marising commented on a change in pull request #4005: URL: https://github.com/apache/incubator-doris/pull/4005#discussion_r465446439 ## File path: be/src/runtime/cache/result_node.h ## @@ -0,0 +1,197 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more

[GitHub] [incubator-doris] marising commented on a change in pull request #4005: LRU cache for sql/partition cache #2581

2020-08-04 Thread GitBox
marising commented on a change in pull request #4005: URL: https://github.com/apache/incubator-doris/pull/4005#discussion_r465446382 ## File path: be/src/runtime/exec_env_init.cpp ## @@ -208,6 +215,10 @@ void ExecEnv::_init_buffer_pool(int64_t min_page_size, } void

[GitHub] [incubator-doris] marising commented on a change in pull request #4005: LRU cache for sql/partition cache #2581

2020-08-04 Thread GitBox
marising commented on a change in pull request #4005: URL: https://github.com/apache/incubator-doris/pull/4005#discussion_r465437803 ## File path: be/src/runtime/cache/result_node.cpp ## @@ -0,0 +1,274 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or

[GitHub] [incubator-doris] marising commented on a change in pull request #4005: LRU cache for sql/partition cache #2581

2020-08-04 Thread GitBox
marising commented on a change in pull request #4005: URL: https://github.com/apache/incubator-doris/pull/4005#discussion_r465427004 ## File path: be/src/runtime/cache/result_cache.cpp ## @@ -0,0 +1,257 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or

[GitHub] [incubator-doris] marising commented on a change in pull request #4005: LRU cache for sql/partition cache #2581

2020-07-02 Thread GitBox
marising commented on a change in pull request #4005: URL: https://github.com/apache/incubator-doris/pull/4005#discussion_r449336062 ## File path: be/src/util/doris_metrics.cpp ## @@ -161,6 +158,10 @@ DorisMetrics::DorisMetrics() : _name("doris_be"),