jixuan1989 commented on issue #2836: URL: https://github.com/apache/iotdb/issues/2836#issuecomment-799866445
> json为啥不能通用 假设我给一个json结果,然后与你现在业务中用的json格式不一样的话,肯定需要重新解析json吧? 相同的数据量,json的字符串大小应该大雨SessionDataSet的结构吧? 然后对json字符串进行解析和重组,想起来应该是更耗时的吧? 另外就是,json没办法分页。现在iotdb客户端一次返回一部分数据,当用户消费完前面的数据时,才继续返回后面的数据。 这样即使返回几个G的数据也没事。但是json这里也不好处理吧? ---------------------------------------------------------------- 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]
