Hello everyone, My name is Itami Sho, a contributor to IoTDB, and I am excited to share with you a recent enhancement I have implemented in our Load functionality. This optimization introduces support for multiple drive letters during the second phase of Load functionality to store TsFile PieceNode.
Previously, the Load feature only supported PieceNode storing on a single drive letter. However, in environments with multi-drive clusters, this limitation could lead to performance bottlenecks. To address this issue, I have optimized the Load functionality to support multiple drive letters, significantly improving overall performance in such scenarios. You can review the details of my implementation in the following PR: https://github.com/apache/iotdb/pull/12675 Best regards, Itami Sho