Replies: 1 comment
-
有一个PR提升了python client 查询 todf 方法的效率,0.13 版本发布后可以体验一下 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
使用官方提供的apache-iotdb的python包,执行sql查询结果大约400万条记录,将结果解析到python的list的过程非常慢。耗时大约5分钟。
相同的sql,java只需要15s
Beta Was this translation helpful? Give feedback.
All reactions