-
Enhancement
-
Resolution: Done
-
Major
-
None
-
None
The FileChannel flush operation takes an option to flush the file contents only or flush metadata too, which needs at least an additional IO operation for each read.
As we're only flushing and not closing the file we can skip this operation.
- is related to
-
ISPN-979 FileCacheStore should use fsync() when writing to disk
- Closed