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

optimization route intervals

    XMLWordPrintableJSON

Details

    Description

      When data is not partitioned, all data of a sequence is stored in partition 0. Therefore, during the query, we only need to route to partition 0 regardless of the interval. Therefore, partition calculation is not performed.
      This reduces the time spent on partition calculation and routing to other partitions.
      Current problems:
      1. When
      firstLB == Long.MIN_VALUE || lastUB == Long.MAX_VALUE
      route all partiongroup.
      2. For other time conditions, partition calculation is performed.

      Attachments

        Issue Links

          Activity

            People

              wangchao316 Chao Wang
              wangchao316 Chao Wang
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: