Closed kaijianding closed 4 months ago
caused by lowcardinality V2. try to run with set low_cardinality_optimize_v2 = false
;
@stdpain false
works, 👍🏻
but there is notable performance decreasement if set to false,hope this issue could be fixed soon
Steps to reproduce the behavior (Required)
use ssb data for test https://docs.starrocks.io/zh/docs/benchmarking/SSB_Benchmarking/
sh bin/stream_load.sh data_dir to populate data for
lineorder
verify dict is used :
explain select count(*), lo_shipmode from lineorder group by lo_shipmode;
,Decode
can be found from outputquery
Expected behavior (Required)
Real behavior (Required)
StarRocks version (Required)
select current_version()
3.3