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

zhangchen pushed a change to branch branch-1.2-lts
in repository https://gitbox.apache.org/repos/asf/doris.git


    from 8c89f14bd6 [Fix](Planner) Fix function do not have equal function and 
substitution failed (#20479)
     new bdb66e84ef [improvement](merge-on-write) move segment check to delta 
writer (#18643)
     new 7e02ee9a02 [enhancement](merge-on-write) avoid unecessary pk index 
iteration (#19620)
     new 5f7e7d7cb4 [enhancement](merge-on-write) Avoiding unnecessary primary 
key index traversal (#19746)
     new 8ea3dfcd10 [Enhancement](merge-on-write) optimize bloom filter for 
primary key index (#20182)

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 be/src/olap/delta_writer.cpp                       | 14 +++++
 be/src/olap/primary_key_index.cpp                  |  8 ++-
 .../segment_v2/bloom_filter_index_writer.cpp       | 59 +++++++++++++++++++++-
 .../rowset/segment_v2/bloom_filter_index_writer.h  | 39 ++++++++++++++
 be/src/olap/tablet.cpp                             |  6 ++-
 5 files changed, 121 insertions(+), 5 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to