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 2022/08/09 07:57:24 UTC

[GitHub] [iotdb] CRZbulabula opened a new pull request, #6931: [IOTDB-4058] DataPartition inheritance policy

CRZbulabula opened a new pull request, #6931:
URL: https://github.com/apache/iotdb/pull/6931

   Currently, the GreedyPartitionAllocator always allocate new DataPartitions to the DataRegion who has the lowest PartitionSlots. However, it's better to allocate those DataPartitions with the same SeriesPartitionSlots and continuous TimePartitionSlots to a consistent DataRegion. Because the query efficiency will be improved.


-- 
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: reviews-unsubscribe@iotdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [iotdb] CRZbulabula commented on pull request #6931: [IOTDB-4058] DataPartition inheritance policy

Posted by GitBox <gi...@apache.org>.
CRZbulabula commented on PR #6931:
URL: https://github.com/apache/iotdb/pull/6931#issuecomment-1210102636

   Ready for review~


-- 
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: reviews-unsubscribe@iotdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [iotdb] CRZbulabula commented on pull request #6931: [IOTDB-4058] DataPartition inheritance policy

Posted by GitBox <gi...@apache.org>.
CRZbulabula commented on PR #6931:
URL: https://github.com/apache/iotdb/pull/6931#issuecomment-1209043736

   WIP.


-- 
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: reviews-unsubscribe@iotdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [iotdb] qiaojialin merged pull request #6931: [IOTDB-4058] DataPartition inheritance policy

Posted by GitBox <gi...@apache.org>.
qiaojialin merged PR #6931:
URL: https://github.com/apache/iotdb/pull/6931


-- 
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: reviews-unsubscribe@iotdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org