yiguolei commented on code in PR #10936:
URL: https://github.com/apache/doris/pull/10936#discussion_r923074788
##########
be/src/vec/common/hash_table/hash_table.h:
##########
@@ -244,11 +244,22 @@ template <size_t initial_size_degree = 10>
struct HashTableGrower {
/// The state of this structure is enough to get the buffer size of the
hash table.
doris::vectorized::UInt8 size_degree = initial_size_degree;
+ doris::vectorized::Int64 double_grow_degree = 31; // 2GB
Review Comment:
const expr here
and DOUBLE_GROW_DEGREE
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]