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

MManager slow recover with tag

    XMLWordPrintableJSON

Details

    • 2021-09

    Description

      IoTDB support tagIndex in memory for tag based timeseries query.

      Current tagIndex is based on CopyOnWriteArraySet and the time complexity to construct each set is O(n2).

      An existing case is that the time for recovering tagIndex for 50000 timeseries with tags costs 5min or even more, based on working environment.

      We should use a more effective way to construct tagIndex.

      Attachments

        Activity

          People

            Marcoss Yukun Zhou
            Marcoss Yukun Zhou
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: