You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@iotdb.apache.org by GitBox <gi...@apache.org> on 2021/02/02 02:20:31 UTC

[GitHub] [iotdb] qiaojialin opened a new issue #2611: An unsequence file that covers too many sequence file causes OOM query

qiaojialin opened a new issue #2611:
URL: https://github.com/apache/iotdb/issues/2611


   Due to the separation of sequence and unsequenced data, the unsequenced file may cover a long time range, which overlaps too many sequence files.
   
   For example, 
   the time range of sequence file is [1,10], [13,20], [21,30], [31,40],..., [1000,1010]
   unsequence file is [12, 1000].
   
   If we query [11, 1000], the unsequence file is the first file in the query range, and we read all its overlapped Chunks into memory. Then OOM occurs.


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [iotdb] qiaojialin closed issue #2611: An unsequence file that covers too many sequence file causes OOM query

Posted by GitBox <gi...@apache.org>.
qiaojialin closed issue #2611:
URL: https://github.com/apache/iotdb/issues/2611


   


----------------------------------------------------------------
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:
users@infra.apache.org