海量存档文件系统-ScoutFS
2023-09-01 20:29:26 阿炯

ScoutFS 是一个可伸缩存档文件系统,兼容 POSIX,设计和实现将庞大数据集归档到低成本的外部储存源如磁带、磁盘、对象和云端。采用C语言开发并在GPLv2协议下授权使用。


scoutfs is a clustered in-kernel Linux filesystem designed and built from the ground up to support large archival systems. Key differentiating features are:
Integrated consistent indexing accelerates archival maintenance operations
Log-structured commits allow nodes to write concurrently without contention



主要特性
集成一致的索引以加速归档维护操作
共享 LSM 索引结构,用于根据存储带宽扩展元数据速率
从序列化设备写入解耦逻辑锁定以减少争用


优势:
节点之间完全一致的 POSIX 语义
丰富的元数据,以确保元数据引用的完整性
原子事务维护一致的持久性结构
一流的内核实现,实现高性能和低延迟



最新版本:0.0.2
于2019年5月下旬发布。

项目主页:https://github.com/versity/scoutfs-kmod-dev