Handling files smaller than 128B
For more efficient storing of small files (smaller than 128 Bytes), the files are written into the Btree.
Performance gain
The files are written faster (into one place instead of two), and so they are 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 expected in the next NAS release.
Last edited: 2021-12-14 12:56:34 UTC
Comments