blob: 68c113901ee896f2140fc7627200df1b67ea5c26 [file] [log] [blame]
SET planner.width.max_per_node=100;
SET planner.slice_target=1;
SET planner.enable_multiphase_agg=false;
SELECT
count(decimal_big.DECIMAL_15_5)
FROM
s3minio.tmp.`big_files/T_DECIMAL_BIG` decimal_big
GROUP BY decimal_big.DECIMAL_15_5;
RESET planner.width.max_per_node;
RESET planner.slice_target;
RESET planner.enable_multiphase_agg;