|
发表于 2009-3-14 09:35:29
|
显示全部楼层
这个我也不知道答案,从官方 wiki 得知 ext4 对比 ext3 的改进是质的飞跃
维基上还有这个说明,http://en.wikipedia.org/wiki/Ext4
Break 32,000 subdirectory limit
In ext3 the number of subdirectories that a directory can contain is limited to 32,000. This limit has been raised to 64,000 in ext4, and with the "dir_nlink" feature it can go beyond this (although it will stop increasing the link count on the parent). To allow for continued performance given the possibility of much larger directories, htree indexes (a specialized version of a B-tree) is turned on by default in ext4. This feature is implemented in Linux kernel 2.6.23. Htree is also available in ext3 when the dir_index feature is enabled. 子目录的数量都双倍提升了,文件数量相信不用担心
影响传取性能的还包括其他新项目,见官方说明
http://ext4.wiki.kernel.org/index.php/New_ext4_features
ext4 值得推荐,吾正用之 :cool:
http://www.linuxsir.cn/bbs/thread343284.html |
|