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

[jira] [Created] (IOTDB-1117) [Distributed] Batched creation and fetch of RemoteSeriesReader

Tian Jiang created IOTDB-1117:
---------------------------------

             Summary: [Distributed] Batched creation and fetch of RemoteSeriesReader
                 Key: IOTDB-1117
                 URL: https://issues.apache.org/jira/browse/IOTDB-1117
             Project: Apache IoTDB
          Issue Type: Improvement
          Components: Cluster
            Reporter: Tian Jiang


Each creation and fetch of a RemoteSeriesReader requires one RPC and when there are many series involved in a query, the RPC overhead may increase significantly and slow down the whole query. 

So it is reasonable to group RemoteSeriesReaders by the DataGroup they belong to, and send RPCs to create or fetch them in a batched manner.



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