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/03/23 03:36:26 UTC

[GitHub] [iotdb] wangchao316 opened a new pull request #2886: [IOTDB-1251] optimize route intervals

wangchao316 opened a new pull request #2886:
URL: https://github.com/apache/iotdb/pull/2886


   When data is not partitioned, all data of a sequence is stored in partition 0. Therefore, during the query, we only need to route to partition 0 regardless of the interval. Therefore, partition calculation is not performed.
   This reduces the time spent on partition calculation and routing to other partitions.
   Current problems:
   1. When
   firstLB == Long.MIN_VALUE || lastUB == Long.MAX_VALUE
   route all partiongroup.
   2. For other time conditions, partition calculation is performed.


-- 
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] neuyilan merged pull request #2886: [IOTDB-1251] optimize route intervals

Posted by GitBox <gi...@apache.org>.
neuyilan merged pull request #2886:
URL: https://github.com/apache/iotdb/pull/2886


   


-- 
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] wangchao316 commented on pull request #2886: [IOTDB-1251] optimize route intervals

Posted by GitBox <gi...@apache.org>.
wangchao316 commented on pull request #2886:
URL: https://github.com/apache/iotdb/pull/2886#issuecomment-804643335


   @LebronAl @neuyilan @mychaow @jt2594838 , hi could you please review?
   Thanks


-- 
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