这是2015年f2fs第一篇论文的摘要,号称服务器上性能也超过ext4..
F2FS: A New File System for Flash Storage
Authors:
Changman Lee, Dongho Sim, Joo-Young Hwang, and Sangyeun Cho, Samsung Electronics Co., Ltd.
Abstract:
F2FS is a Linux file system designed to perform well on modern flash storage devices. The file system builds on append-only logging and its key design decisions were made with the characteristics of flash storage in mind. This paper describes the main design ideas, data structures, algorithms and the resulting performance of F2FS.
Experimental results highlight the desirable performance of F2FS; on a state-of-the-art mobile system, it outperforms EXT4 under synthetic workloads by up to 3.1 (iozone) and 2 (SQLite). It reduces elapsed time of several realistic workloads by up to 40%. On a server system, F2FS is shown to perform better than EXT4 by up to 2.5 (SATA SSD) and 1.8 (PCIe SSD).
【 在 hgoldfish 的大作中提到: 】
: 除了平均 TF 卡的磨损之外,难道就没有其它优势吗?
: 如果只是平均存储单元的磨损,是不是只要弄个虚拟的块设备,其实也可以解决?
--
FROM 1.202.8.*