In this release, the FUSE mount write performance is improved. The larger the file size, the more saving. Previously there was an O(n) operation on file chunks, for each file sync operation. This version removed this bottleneck.
What’s Changed
- Mount
- merge chunks during upload by @chrislusf in #4130
- Improve write performance by skipping an costly unnecessary operation
- Fixed a couple of nil cases
- Filer Store
- mysql: Missed escaping column name #4129
- Misc
- use time.NewTicker instead of time.Tick. by @guol-fnst in #4119
Full Changelog: 3.39...3.40