Updated Data Structure for Large Files (markdown)

Chris Lu 2020-07-20 22:52:57 -07:00
parent 871cbbb15d
commit b9df2c0361

@ -26,4 +26,4 @@ For example, one super large file with 1000 manifest chunks is still 400KB in me
This manifest chunk can also be easily implemented recursively, which can leads to even larger file size limit. But given the size limit is already very high and is beyond most common use cases, we will add the recursion later when really necessary.
The 8TB for one file is not a real limit, but only used for this discussion. However, if you have the need for files more than 4TB, please prepare some consulting fee and we will help you. :) Or you probably should already split the large files into smaller files.
The 8TB for one file is not a real limit, but only used for this discussion. However, if you have the need for files more than 8TB, please prepare some consulting fee and we will help you. :) Or you probably should already split the large files into smaller files.