Skip to content

Commit

Permalink
[Enhancement] support adaptive partition hash join (StarRocks#50314)
Browse files Browse the repository at this point in the history
Signed-off-by: stdpain <[email protected]>
  • Loading branch information
stdpain authored Sep 2, 2024
1 parent e0c6c44 commit 2aa706b
Show file tree
Hide file tree
Showing 16 changed files with 750 additions and 38 deletions.
2 changes: 2 additions & 0 deletions be/src/common/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -1251,6 +1251,8 @@ CONF_String(rocksdb_db_options_string, "create_if_missing=true;create_missing_co
CONF_Int64(local_exchange_buffer_mem_limit_per_driver, "134217728"); // 128MB
// only used for test. default: 128M
CONF_mInt64(streaming_agg_limited_memory_size, "134217728");
// mem limit for partition hash join probe side buffer
CONF_mInt64(partition_hash_join_probe_limit_size, "134217728");
// pipeline streaming aggregate chunk buffer size
CONF_mInt32(streaming_agg_chunk_buffer_size, "1024");
CONF_mInt64(wait_apply_time, "6000"); // 6s
Expand Down
Loading

0 comments on commit 2aa706b

Please sign in to comment.