Skip to content

一次查多个timeseries有问题 #4474

Description

@luanshidujun

我从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,这样太影响效率了
image

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions