存算分离explain analyze结果为啥ColumnIteratorInit耗时波动差距会特别大

版本:存算分离3.2.6

查询SQL : select * from dwd_log_sfo_l2_pool_fdt where userid=‘1018831838’ limit 200;
userid是排序键,bigint类型

ColumnIteratorInit 主要是做什么?