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/02/20 10:00:17 UTC

[jira] [Created] (IOTDB-505) Add TsFileFilter in series reader to support distributed query

Tian Jiang created IOTDB-505:
--------------------------------

             Summary: Add TsFileFilter in series reader to support distributed query
                 Key: IOTDB-505
                 URL: https://issues.apache.org/jira/browse/IOTDB-505
             Project: Apache IoTDB
          Issue Type: Improvement
            Reporter: Tian Jiang


In the distributed version of IoTDB, data of different data groups of a node is mixed together in an IoTDB instance. As a result, when querying the data of one group, data of other groups will also be queried, which is not desired.

To resolve this, we need to add a TsFileFilter in series readers that will filter the TsFiles accordingly, so that the unwanted data will not be queried.



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