So on windows you as the filesystem have to cache your own metadata reads because only you know when they're invalidated, and the caching layer above you is more focused on data plane. On other platforms with the caching layer below you, you can just pretend you're hitting disk for any accesses (data or metadata), and it's probably already cached.
Just throwing ext2/3 in there wouldn't help because as I said above, it's mainly the system architecture that's screwy.
Just throwing ext2/3 in there wouldn't help because as I said above, it's mainly the system architecture that's screwy.
reply