Uploaded image for project: 'Apache IoTDB'
  1. Apache IoTDB
  2. IOTDB-1183

Optimize Query Performance in Cluster

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Duplicate
    • None
    • 0.12.0
    • Core/Cluster
    • 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.

      Attachments

        Activity

          People

            yifuzhou Yifu Zhou
            yifuzhou Yifu Zhou
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: