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

Fix the partition error of device after partition fetcher

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • None
    • Core/Engine
    • None
    • 2023-2-Query

    Description

      This issue records the following four things we meet in geely POC:

      1. Previously, while calculating TTimeSlot for each SeriesSlot, we mistakenly replace previous one with current one which cause the TTimeSlot is incomplete for each SeriesSlot. In write case, we may get IndexOutOfBound error in the later phase.

      2. Accelerate the distribution plan phase for group by level query, reducing time complexity from O(N^2) to O(N) for each data region

      3. Correct the memory estimation for AggregationOperator.

      4. Correct the default value for seriesPartitionExecutorClass from APHashExecutor to BKDRHashExecutor which is same as the one in config file.

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: