Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
None
-
None
Description
In IoTDB cluster version, query performance is not good enough, especially if we need to read the data from remote nodes. We need to reduce unnecessary operations and improve the query performance in cluster version ASAP.
1. ManagedSeriesReader will sync leader for each timeseries. For example, if query select s_1,s_2 from root.to.path where time < 5, it will do syncLeaderWithConsistencyCheck twice. Actually it only needs to do check once for each query. I will fix it.