When the specified number of records have been saved, a command is sent to physically write the data from the cache memory to the HDD.
When it is 0, no flushing is performed.
When the value is 1, a write command is issued for each record.
If the number is more than this, flushing will occur when the specified number of records have been written.
If you want to extend the life of your HDD, increase this number (especially when writing at high speeds).
If you increase this value, it will take longer for data to be confirmed from the cache memory to the HDD, and you will not be able to view text files in real time.
|