Yuan Tian created IOTDB-4940:
--------------------------------
Summary: Optimize PartitonFetch Process in query
Key: IOTDB-4940
URL: https://issues.apache.org/jira/browse/IOTDB-4940
Project: Apache IoTDB
Issue Type: Improvement
Components: Core/Query
Reporter: Yuan Tian
Assignee: 李伟豪
Currently, in query process, no matter there is time filter in sql or not,
PartitionFetcher will choose to fetch that from confignode through rpc instead
of trying to use cache.
However, if query sql has timefilter like `where time >= XX and time <= XXX`,
we may get data partition info in local cache.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)