Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
None
Description
Currently, we do not allow other strategy except for MaxDiskUsableSpaceFirstStrategy, which forbids us to accelerate writing by multi-data dirs.
So, we need to refine the SequenceStrategy, if the remaining space of a disk is less than
disk_space_warning_threshold, we could stop allocating it. Then, the default strategy could be SequenceStrategy.
Attachments
Issue Links
- Blocked
-
IOTDB-5827 Change default multi_dir_strategy to SequenceStrategy and fix original bug
- Closed