Related Experiment Video
Updated: May 8, 2026

08:54
A Workflow to Quantitatively Determine Age-Related Macular Degeneration Lesion-Specific Variations in Fundus Autofluorescence
Published on: May 26, 2023
ScaleDefrag: Design and implementation of a scalable file defragmentation tool for flash-based SSDs
Sangjin Lee1, Sunggon Kim2, Yongseok Son1
1Department of Computer Science and Engineering, Chung-Ang University, Seoul, Republic of Korea.
Plos One
|May 6, 2026
Summary
ScaleDefrag significantly speeds up file defragmentation on solid-state drives (SSDs) by using parallel processing. This new tool reduces defragmentation time by up to 3.8×, improving performance on multi-core systems.
Area of Science:
- Computer Science
- Data Storage Systems
Background:
- Flash-based Solid-State Drives (SSDs) are prevalent in cloud and High-Performance Computing (HPC).
- File fragmentation on SSDs, caused by intensive file modifications, degrades storage system performance.
- Existing defragmentation tools lack scalability due to sequential and synchronous processing.
Purpose of the Study:
- To develop a scalable defragmentation tool for flash-based SSDs.
- To reduce defragmentation time and improve system performance.
Main Methods:
- ScaleDefrag employs parallel and asynchronous processing for defragmentation.
- An information collector gathers file metadata prior to parallel execution.
- Multiple defraggers work on a one-to-one file basis with asynchronous I/O operations.
Main Results:
- ScaleDefrag reduces defragmentation time by up to 3.8× compared to e4defrag.
- The tool demonstrates improved scalability on multi-core systems.
- ScaleDefrag increases defragmentation throughput and mitigates performance degradation for co-running applications.
Conclusions:
- ScaleDefrag offers a scalable and efficient solution for SSD defragmentation.
- The parallel and asynchronous approach overcomes the limitations of traditional defragmentation methods.
- This enhances the performance and reliability of large-scale storage systems utilizing SSDs.
