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

Optimization for fill query

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Invalid
    • None
    • master branch
    • Core/Query
    • None

    Description

      Currently, while doing fill query, like

      `select s1 from root.sg1.d1 where time=100 fill(float[previous])`

      we first do raw query for `select s1 from root.sg1.d1 where time=1` and then if the result is null, we will construct another last query for it.

      However, we can use `select s1 from root.sg1.d1 where time <= 100 limit 1` to do that.

      Attachments

        Activity

          People

            CRZbulabula Yongzao Dan
            jackietien Yuan Tian
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Time Tracking

                Estimated:
                Original Estimate - 32h
                32h
                Remaining:
                Remaining Estimate - 32h
                32h
                Logged:
                Time Spent - Not Specified
                Not Specified