Happy Christmas!
This holiday edition has major read and write performance improvements for weed mount
. Please let me know if you noticed any difference for your use case.
- FUSE Mount
- Improve random read performance by only fetching the range instead of the whole chunk.
- Improve stream read performance by only caching the first chunk to disk.
- Improve random write performance with temporary chunked file.
- Improve stream write performance with parallel uploading and without writing to a temporary file.
- Master
- S3
- Filer
- Gateway to Remote Object Store
- Skip writing temporary uploaded multipart files to remote storage #2509