mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Updated Optimization (markdown)
parent
ff33948362
commit
9327502047
|
@ -69,6 +69,8 @@ By default, the volume server uses in memory index to achieve O(1) disk read. Ro
|
|||
|
||||
Another aspect is the total file size that are read at the same time. If serving 100KB-sized file for 1000 concurrent reads, 100MB memory is needed.
|
||||
|
||||
For large files uploaded through filer, auto-chunking would be applied, the default value is `weed filer -maxMB=32`. So if your system is going to support 1000 concurrent reads, `1000 x 32MB` memory is needed.
|
||||
|
||||
## Insert with your own keys
|
||||
|
||||
The file id generation is actually pretty trivial and you could use your own way to generate the file keys.
|
||||
|
|
Loading…
Reference in a new issue