Updated Super Large Directories (markdown)

Chris Lu 2020-12-29 13:38:56 -08:00
parent 5a06b3214b
commit 98ca3bd6ad

@ -1,6 +1,6 @@
# Why need a super large directory?
This is actually a common case. For example, entity ids, such as user name, id, IP address, URLs, or UUID can be used as sub directory names. And under the sub directory, more unstructured data can be colocated together, such as user photos, URL text and images, logs, etc.
This is actually a common case. For example, entity ids, such as user name, id, IP address, URLs, or UUID can be used as sub directory names. And under the sub directory, more unstructured data can be colocated together, such as user avatar, access logs, URL text, images, audio, video, etc.
If using a separate lookup to translate the entity id to file id, and use file id to access data, this would give up all the convenience from a file system.