You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@iotdb.apache.org by "Tian Jiang (Jira)" <ji...@apache.org> on 2020/03/02 08:55:00 UTC

[jira] [Created] (IOTDB-534) [Distributed] Query coordinating

Tian Jiang created IOTDB-534:
--------------------------------

             Summary: [Distributed] Query coordinating
                 Key: IOTDB-534
                 URL: https://issues.apache.org/jira/browse/IOTDB-534
             Project: Apache IoTDB
          Issue Type: Improvement
            Reporter: Tian Jiang


When using multiple replicas, it is vital for the query performance that the queries are properly coordinated, i.e., for each query, find the best replicas to execute it so that the overall workload is balanced and the caches (if exist) are utilized maximumly.

 To establish an effective query coordination mechanism, one must decide what status of a node is relevant to the query performance, as its CPU usage, disk usage, memory usage, network usage and so on. And build a model based on the collected information to determine which node is the best for a query.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)