[Chore](regression-test) adjust variant tpch/q09_trans.sql batch_size… (#46249)
… from default to 2048 (#34105) since 50 may cause performance issue introduced by #33853 Co-authored-by: lihangyu <15605149486@163.com>
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
-- TABLES: part,SUPPLIER,lineitem,partsupp,orders,NATION
|
||||
-- ERROR: not stable
|
||||
SELECT /*+SET_VAR(enable_fallback_to_original_planner=false) */
|
||||
SELECT /*+SET_VAR(enable_fallback_to_original_planner=false,batch_size=2048) */
|
||||
NATION,
|
||||
O_YEAR,
|
||||
SUM(AMOUNT) AS SUM_PROFIT
|
||||
|
||||
Reference in New Issue
Block a user