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

Speed up the deletion of storage groups

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • Core/Engine
    • None
    • StorageEngine-Backlog

    Description

      Currently, deleting a storage group requires waiting for all corresponding memtables to flush to disks. This may take a lot of time. Experiments show that deleting all storage groups takes more than two minutes when the memory usage is 150GB. In fact, we might be able to drop the corresponding memtable in memory and let the JVM GC it.

      Attachments

        1. image-2021-09-10-10-56-13-652.png
          238 kB
          Xinyu Tan
        2. image-2021-09-10-10-56-09-642.png
          223 kB
          Xinyu Tan
        3. image-2021-09-10-10-56-05-205.png
          127 kB
          Xinyu Tan
        4. image-2021-09-10-10-55-59-921.png
          352 kB
          Xinyu Tan

        Issue Links

          Activity

            People

              haonan Haonan Hou
              tanxinyu Xinyu Tan
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated: