iotdb icon indicating copy to clipboard operation
iotdb copied to clipboard

跨列聚合查询时,fetchSize的设置

Open jt2594838 opened this issue 7 years ago • 0 comments

在进行跨列聚合查询时

private int crossQueryFetchSize =
            TsfileDBDescriptor.getInstance().getConfig().fetchSize;

该参数会对性能产生较大的影响,需要提供一定的配置指导或者采用动态设置等策略进行优化。

jt2594838 avatar Sep 01 '18 04:09 jt2594838