This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from 27f7ae258d [Enhancement](load) optimize flush policy to avoid small
segments #12706
add 8f4bb0f804 [improvement](agg) iterate aggregation data in memory
written order (#12704)
No new revisions were added by this update.
Summary of changes:
be/src/vec/common/columns_hashing.h | 42 ++++++
be/src/vec/common/columns_hashing_impl.h | 33 +++++
be/src/vec/common/hash_table/fixed_hash_map.h | 1 +
be/src/vec/common/hash_table/fixed_hash_table.h | 25 ++++
be/src/vec/common/hash_table/hash_map.h | 1 +
be/src/vec/common/hash_table/hash_table.h | 93 ++++++++++++++
be/src/vec/common/hash_table/hash_table_utils.h | 1 +
be/src/vec/common/hash_table/ph_hash_map.h | 30 +++++
be/src/vec/common/hash_table/string_hash_map.h | 14 ++
be/src/vec/common/hash_table/string_hash_table.h | 54 +++++++-
be/src/vec/exec/vaggregation_node.cpp | 156 ++++++++++++++++-------
be/src/vec/exec/vaggregation_node.h | 122 ++++++++++++++++++
12 files changed, 522 insertions(+), 50 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]