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

Performance improve for Linear Fill

    XMLWordPrintableJSON

Details

    Description

      Consider the Linear Fill function within range [T-before_range, T+after_range].
      In current implementation, the query executor will search from the beginning of the timeseries if before_range is infinite value, which is time consuming.

      The new implementation should be able to accelerate Linear Fill by searching the result within [T-before_range, T] in an inverse order.

       

      Attachments

        Issue Links

          Activity

            People

              kofshao Wei Shao
              kofshao Wei Shao
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: