zhuichao001 / file-io-truth

Deep into file io details

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

文件IO知识

文件IO为什么很重要

  • 复杂,调用链长,往往是存储系统的主要瓶颈
  • 使用对用户透明,但是如果涉及调优则必须关心底层细节

IO分层架构
参考:https://fio.readthedocs.io/en/latest/

About

Deep into file io details