Wang-0122 opened a new issue, #9799:
URL: https://github.com/apache/iotdb/issues/9799

   ### Search before asking
   
   - [X] I searched in the [issues](https://github.com/apache/iotdb/issues) and 
found nothing similar.
   
   
   ### Motivation
   
   版本: <iotdb.version>1.0.0</iotdb.version>
   业务场景: 
   
   1. 查询的时段类型有四种: 一小时, 一天, 一周, 一个月
   2. 设备的上报频率为1秒钟一次,一天就是86400条数据
   3. 当我根据时间区间查询一周或一个月的数据, 总是会抛出内存溢出异常
   
   sql
   `select batteryVoltage, odometer from 
root.389d79c1a12147deaafca6b8f6b3665c.e1d1896803a34422935517b108d9bce3.03625aa0be1443cdb5bf8af89ebd69fe
   where time >= 2023-02-17T02:00:00 and time < 2023-02-24T02:00:00`
   
   ### Solution
   
   _No response_
   
   ### Alternatives
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [ ] I'm willing to submit a 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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to