mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Updated Large File Handling (markdown)
parent
5defc5d231
commit
75fbedc77a
|
@ -45,4 +45,7 @@ Usually we just append large files. Updating a specific chunk of file is almost
|
|||
The steps to append a large file:
|
||||
|
||||
1. upload the new file chunks as usual, with mime type "application/octet-stream". Save the related info into ChunkInfo struct.
|
||||
1. update the updated manifest file with mime type "application/json", and add url parameter "cm=true".
|
||||
1. update the updated manifest file with mime type "application/json", and add url parameter "cm=true".
|
||||
|
||||
## Notes
|
||||
There are no particular limit in terms of chunk file size. Each chunk size does not need to be the same, even in the same file. The rule of thumb is to just being able to keep the whole chunk file in memory, and not to have too many small chunk files.
|
||||
|
|
Loading…
Reference in a new issue