happyfish100 / FastCFS

A high performance distributed file system which can be used as the back-end storage of databases, K8s and VM etc.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

咨询一个问题, fastCFS 是否适用于 循环存储?

rongzedong opened this issue · comments

有了解的吗,介绍一下,是否适合循环存储? 比如存储监控视频资料。
我看到了二进制日志,我尝试存储内容,然后删除,可能因为测试的内容较少,并没有看到回收机制,只看到了存储的文件在逐渐变大。
所以,想咨询一下上述问题,是否适合循环存储?

FastCFS采用顺序写盘的方式,非常适合你这个场景。
FastCFS有空间回收机制的,在磁盘使用率达到配置的阈值(如50%)后会启动空间回收。

国内的gitee上可以看到微信技术交流群二维码,有意的话可以入群交流。
gitee项目地址:https://gitee.com/fastdfs100/FastCFS