mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Updated FAQ (markdown)
parent
18402076e3
commit
da7f1754f5
4
FAQ.md
4
FAQ.md
|
@ -34,7 +34,9 @@ Yes.
|
|||
|
||||
### How is it optimized for small files? How small is small files?
|
||||
|
||||
Optimization for small files is actually optimization for large amount of files. The file size does not matter. Filer server would chunk the files.
|
||||
Optimization for small files is actually optimization for large amount of files. The file size does not matter.
|
||||
|
||||
Filer server would automatically chunk the files if necessary.
|
||||
|
||||
### Does it support large files, e.g., 500M ~ 10G?
|
||||
Large file will be automatically split into chunks, in `weed filer`, `weed mount`, `weed filer.copy`, etc.
|
||||
|
|
Loading…
Reference in a new issue