Handling files smaller than 128B
In order to improve the efficiency of storing small files (smaller than 128 Bytes), the files are written into the Btree.
Performance gain
As the files are written faster (into one place instead of two) they are consequentially read faster, when required.
- Files that are larger than 128B occupy a section and affect the amount of free space.
Further enhancements
Further optimization for small files are coming in the next NAS release
Comments