You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by zh...@apache.org on 2019/11/11 12:07:51 UTC

[incubator-doris] branch master updated (06befc4 -> 068eed8)

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

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


    from 06befc4  Support decrease edit_log_roll_num config (#2171)
     add 068eed8  Add delete state of row block v2 for performance (#2055)

No new revisions were added by this update.

Summary of changes:
 be/src/olap/column_block.h                         | 13 ++++++--
 be/src/olap/generic_iterators.cpp                  |  7 ++++
 be/src/olap/row_block2.h                           | 15 +++++++++
 be/src/olap/rowset/rowset.h                        |  2 +-
 be/src/olap/rowset/segment_v2/column_reader.cpp    | 36 +++++++++++++++++---
 be/src/olap/rowset/segment_v2/column_reader.h      | 17 ++++++++++
 be/src/olap/rowset/segment_v2/row_ranges.h         |  5 +++
 be/src/olap/rowset/segment_v2/segment.h            | 25 ++++++--------
 be/src/olap/rowset/segment_v2/segment_iterator.cpp | 39 ++++++++++------------
 be/src/olap/rowset/segment_v2/segment_iterator.h   |  4 +--
 be/test/olap/rowset/segment_v2/segment_test.cpp    |  7 ++++
 11 files changed, 125 insertions(+), 45 deletions(-)


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