jixuan1989 commented on issue #1372: URL: https://github.com/apache/incubator-iotdb/issues/1372#issuecomment-647896531
1. Support paging. you can define the fetch_size for query (avoid to use offset.. it is not efficient) 支持分页,在查询时设置fetch_size就行。 另外,offset虽然能用于从第n行返回,但是性能并不是没有损耗的。 2. Not support "like" query for string values now. 目前不支持对字符串值做模糊匹配。 3. Please read this doc before the doc is published on the website: https://github.com/apache/incubator-iotdb/pull/1189 这个文档中包含了性能对比,在合并到官网前,可以看这个PR. ---------------------------------------------------------------- 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]
