You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by ka...@apache.org on 2020/06/04 05:37:39 UTC

[incubator-doris] branch master updated (27046c5 -> 01c1de1)

This is an automated email from the ASF dual-hosted git repository.

kangkaisen pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git.


    from 27046c5  [Enhancement] Improve the performance of query with IN predicate  (#3694)
     add 01c1de1  [Load] Add more metric to trace the time cost in stream load and make brpc_num_threads configurable (#3703)

No new revisions were added by this update.

Summary of changes:
 be/src/common/config.h                                    |  7 +++++--
 be/src/http/action/stream_load.cpp                        |  9 +++++++++
 be/src/runtime/stream_load/stream_load_context.cpp        | 11 +++++++++++
 be/src/runtime/stream_load/stream_load_context.h          |  7 +++++++
 be/src/runtime/stream_load/stream_load_executor.cpp       |  3 +++
 be/src/service/brpc_service.cpp                           |  4 ++++
 docs/en/administrator-guide/config/be_config.md           |  6 ++++++
 .../administrator-guide/load-data/stream-load-manual.md   | 15 +++++++++++++++
 docs/zh-CN/administrator-guide/config/be_config.md        |  6 ++++++
 .../administrator-guide/load-data/stream-load-manual.md   | 15 +++++++++++++++
 10 files changed, 81 insertions(+), 2 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org