2 Questions about write mode
Posted: Thu Oct 31, 2019 7:32 am
I have more questions. When I like a program so much I like to know everything I can, without of course asking you to give away trade secrets.
1. Do you know of which deferred write mode yields best overall performance? Have you done any study? It seems like native would just be best from the nature of the way it works. It is the simplest and straight to the point of writing the data.
2. Averaging. When does the writing actually commence? Is it when the interval occurs or does it begin to write immediately to try to complete the write by the time of the next interval? Or is it just a slower background priority write? Or is there a calculation based upon the amount of data to write?
1. Do you know of which deferred write mode yields best overall performance? Have you done any study? It seems like native would just be best from the nature of the way it works. It is the simplest and straight to the point of writing the data.
2. Averaging. When does the writing actually commence? Is it when the interval occurs or does it begin to write immediately to try to complete the write by the time of the next interval? Or is it just a slower background priority write? Or is there a calculation based upon the amount of data to write?