This is an automated email from the ASF dual-hosted git repository. gabriellee pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push: new f0b608018b [config](tpch) Disable jemalloc and change the hint of tpch q22 (#13555) f0b608018b is described below commit f0b608018b7442caa152d9bed29a485ccd74b5a7 Author: HappenLee <happen...@hotmail.com> AuthorDate: Fri Oct 21 21:35:43 2022 +0800 [config](tpch) Disable jemalloc and change the hint of tpch q22 (#13555) --- build.sh | 2 +- tools/tpch-tools/queries/q22.sql | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index f5fef9c2cb..21af6ec655 100755 --- a/build.sh +++ b/build.sh @@ -283,7 +283,7 @@ if [[ -z "${USE_MEM_TRACKER}" ]]; then fi if [[ -z "${USE_JEMALLOC}" ]]; then if [[ "$(uname -s)" != 'Darwin' ]]; then - USE_JEMALLOC='ON' + USE_JEMALLOC='OFF' else USE_JEMALLOC='OFF' fi diff --git a/tools/tpch-tools/queries/q22.sql b/tools/tpch-tools/queries/q22.sql index fc7f586557..13940f2993 100644 --- a/tools/tpch-tools/queries/q22.sql +++ b/tools/tpch-tools/queries/q22.sql @@ -24,7 +24,7 @@ with tmp as (select and substring(c_phone, 1, 2) in ('13', '31', '23', '29', '30', '18', '17')) -select /*+SET_VAR(exec_mem_limit=8589934592, parallel_fragment_exec_instance_num=16, enable_vectorized_engine=true, batch_size=4096, disable_join_reorder=false, enable_cost_based_join_reorder=true, enable_projection=true,runtime_bloom_filter_size=4194304) */ +select /*+SET_VAR(exec_mem_limit=8589934592, parallel_fragment_exec_instance_num=4,runtime_bloom_filter_size=4194304) */ cntrycode, count(*) as numcust, sum(c_acctbal) as totacctbal --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org