皇上,还记得我吗?我就是1999年那个Linux伊甸园啊-----24小时滚动更新开源资讯,全年无休!

Seaweedfs 3.40发布

Seaweedfs 3.40发布

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

Full Changelog3.39...3.40