You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by da...@apache.org on 2023/06/15 13:11:47 UTC

[doris] branch master updated (e4e4f11b14 -> f1af09ef87)

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

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


    from e4e4f11b14 [typo](docs) Optimize the JDBC Catalog document (#20861)
     add f1af09ef87 [Enhancement](merge-on-write) parallel calculate delete bitmap when tablet has multi segments (#20706)

No new revisions were added by this update.

Summary of changes:
 be/src/common/config.cpp                         |   2 +
 be/src/common/config.h                           |   2 +
 be/src/olap/olap_server.cpp                      |   5 +
 be/src/olap/rowset/segment_v2/segment_writer.cpp |   5 +-
 be/src/olap/storage_engine.h                     |   4 +
 be/src/olap/tablet.cpp                           | 296 +++++++++++++----------
 be/src/olap/tablet.h                             |  14 +-
 be/src/service/point_query_executor.cpp          |   3 +-
 be/test/olap/tablet_test.cpp                     |  36 +--
 9 files changed, 214 insertions(+), 153 deletions(-)


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