TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: What filesystem would be best for this specific scenario?

1 点作者 supermatou超过 5 年前
I need some advice about choosing the best filesystem for a specific situation.<p>-there are 26 directories (A-Z, plus another one);<p>-inside each directory, there are thousands of files (will slowly reach tens of thousands in the next decade);<p>-the files are small (between 0.1MB and 5MB)<p>-the files reside on a slow medium (USB memory and&#x2F;or hard disk that is 90% in standby i.e. needs to spin up before any I&#x2F;O operations);<p>-the files will be accessed locally AND via network share;<p>-most of the I&#x2F;O operations will be READs; WRITEs will be very few (estimate: &lt;5% of the I&#x2F;O operations); thus, READ performance is much more important in this scenario.<p>As the OS doing the I&#x2F;O operations is Linux, any filesystem supported by it is being considered.<p>Please weigh in.

暂无评论

暂无评论