一次查多个timeseries有问题 #4542
Answered
by
HTHou
luanshidujun
asked this question in
Q&A
一次查多个timeseries有问题
#4542
Answered by
HTHou
Nov 26, 2021
Replies: 3 comments 1 reply
|
我试过,我的服务器上只运行iotdb12.3版,其他程序全部关闭,无论我怎么改max_deduplicated_path_num参数,只要查询是超过1000个timeseries就报错 |
0 replies
0.12.3版本有一个已知bug,必须将 chunk_timeseriesmeta_free_memory_proportion=1: 100:200:300:400 这条配置参数解注释,max_deduplicated_path_num 的调整才会生效。可以试试。 另外,0.12.4 版本会在近期快速发布,会包含修复这个bug的commit #4406 。 |
1 reply
Answer selected by
HTHou
|
谢谢,我试了,可以的 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

0.12.3版本有一个已知bug,必须将 chunk_timeseriesmeta_free_memory_proportion=1: 100:200:300:400 这条配置参数解注释,max_deduplicated_path_num 的调整才会生效。可以试试。
另外,0.12.4 版本会在近期快速发布,会包含修复这个bug的commit #4406 。