Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Implemented
-
None
Description
In the FilePerBlockStrategy#writeChunk will generate twice IO process.
- The first is to check whether the write operation is an overwrite, will check whether the chunk file is exist (ChunkUtils#verifyChunkFileExists).
- The second is write Chunk, will open file and write file.
Those two IO operation can merge to once. just need to check whether is overwrite after open file and before write Chunk
Attachments
Attachments
Issue Links
- links to