-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Description
我从12.2版更新到12.3版
12.2版时,一次可以查1万个timeseries,但换了12.3版后就报
Too many paths in one query! Currently allowed max deduplicated path number is 1000. Please use slimit or adjust max_deduplicated_path_num in iotdb-engine.properties.
把这个配置项给成1万也没用,依然报上述错误,这个配置项的说明是就算把数值改大也不见得有效
allowed max numbers of deduplicated path in one query
it's just an advised value, the real limitation will be the smaller one between this and the one we calculated
max_deduplicated_path_num=10000
那问题是这个算出来的值究竟是怎么算的,我的服务器性能很强大,但依然不能一次查1万个timeseries,这样太影响效率了

Metadata
Metadata
Assignees
Labels
No labels