tulip628 commented on issue #2836: URL: https://github.com/apache/iotdb/issues/2836#issuecomment-799858654
> json的话,很难通用化。不同的上层业务可能需要的json格式不一样。满足了A用户的json格式,B用户又得重新解析。 > 这个有什么想法么? json为啥不能通用,k(时间序)+v(值),至于需要额外的json格式就自己去解析,现在返回SessionDataSetWrapper格式,就需要去循环sessionDataSetWrapper.iterator(),连时间序名也要再拿一次。不需要独特的满足某个用户的需求,只要k(时间序)+v(值)不需要额外去循环拼,现在是当读取的数据稍微大点的时候,解析时间远远大于了数据读取的时间 ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
