Default Write Algorithm
The Default Write Algorithm controls whether InveStore uses system RAM as a part of its the write process to the storage tar get.
InveStore’s three write algorithms:
Lazy Write: writes data to a primary RAM cache and utilizes a back ground process to move files to storage.
Flush on Close: writes data to a primary RAM cache and flushes data to storage upon file close
Write Through: writes data from start to finish directly to storage