Page 1 of 1
Release after write?
Posted: Sat Mar 05, 2011 6:30 am
by magic-man
can you give an example (use case) where release after write would be useful to enable? Should I be enabling it for performance?
Re: Release after write?
Posted: Mon Mar 07, 2011 3:57 am
by Support
Originally the "Release After Write" is designed for those who use cache as a write buffer. They want to reduce the burst write burden and smooth the writes. Generally in such scenarios, they set the caching strategy as "Write-Only" and they don't care the read hit rate.
Hope it helps.