Ask HN: Best way to store large amount of binary files?

  • On disk, using nested directories - (00-zz)/(00-zz)/file.ext

    The two levels above can either be based on the initial letters of either the filename of a hash of the file content, or use incremental names until each one is "full".

    Increase depth to increase maximum scale.