NTFS directory has 100K entries. How much performance boost if spread over 100 subdirectories?

前端 未结 4 1804
长发绾君心
长发绾君心 2021-01-19 00:10

Context We have a homegrown filesystem-backed caching library. We currently have performance problems with one installation due to large number of entries (

4条回答
  •  太阳男子
    2021-01-19 00:52

    Something to look at is how your disk subsystem is arranged. While disks are growing in size rapidly, they are not getting much faster (in access time) Is a different disk arrangement (using more disks) or using SSD drives an option. For example, an SSD has no moving parts and can touch 100K files in 10 seconds. Making the warmup unnecessary.

提交回复
热议问题