Storing Large Number Of Files in File-System

后端 未结 4 443
独厮守ぢ
独厮守ぢ 2021-02-06 03:24

I have millions of audio files, generated based on GUId (http://en.wikipedia.org/wiki/Globally_Unique_Identifier). How can I store these files in the file-syste

4条回答
  •  面向向阳花
    2021-02-06 04:10

    I would try and keep the # of files in each directory to some manageable number. The easiest way to do this is name the subdirectory after the first 2-3 characters of the GUID.

提交回复
热议问题