Skip to content

Commit

Permalink
set session var in tpcds_sf_100 query72
Browse files Browse the repository at this point in the history
  • Loading branch information
englefly committed Dec 7, 2023
1 parent 9c6a144 commit d446ab6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tools/tpcds-tools/queries/sf100/query72.sql
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
set max_join_number_bushy_tree=10;
set memo_max_group_expression_size=15000;
select i_item_desc
select /*+ SET_VAR(max_join_number_bushy_tree=10, memo_max_group_expression_size=15000)*/ i_item_desc
,w_warehouse_name
,d1.d_week_seq
,sum(case when p_promo_sk is null then 1 else 0 end) no_promo
Expand Down

0 comments on commit d446ab6

Please sign in to comment.