ChubaoFS(储宝文件系统,简称CFS)是京东自研的分布式文件系统,设计初衷是为了京东容器集群提供持久化存储方案,同时也可作为通用云存储供业务方使用。

 

分布式文件系统ChubaoFS开源
ChubaoFS的设计有其独到的特点,名为《CFS: A Distributed File System for Large Scale Container Platforms》的论文,被国际顶级数据库会议ACM SIGMOD 2019收录。评审表示:“CFS design and implementation are interesting and well described.” “Several design decisions made this system better than Ceph for their use case.”

 

京东商城作为中国最大的电商平台之一,业务场景复杂多样,ChubaoFS已经被用于许多核心业务,如数据库备份,MySQL历史表,人工智能平台模型训练,点击流成本结算,Elasticsearch,Hbase等。同时,为了合理配置物理硬件资源,对于存储与计算分离的需求比较迫切。ChubaoFS作为云原生的分布式文件系统,与容器集群良好的兼容性,以及可靠的性能和稳定性,为这一目标的实现提供了坚实的技术保障。

 

参考资料:

  1. ChubaoFSgithub:https://github.com/chubaofs/chubaofs
  2. ChubaoFS  paper link: https://dl.acm.org/citation.cfm?doid=3299869.3314046 
  3. Website : http://chubao.io/
  4. Twitter: @ChubaoFS

 

 

相关文章:

  • 2022-02-19
  • 2021-12-05
  • 2022-12-23
  • 2021-11-20
  • 2021-11-22
  • 2021-09-05
猜你喜欢
  • 2021-12-22
  • 2021-11-05
  • 2021-11-25
  • 2021-10-04
  • 2021-10-20
相关资源
相似解决方案