Comment on RocksDB – A persistent key-value store for fast storage environmentsparentComments−AaronFriel12yIf HDD's internal cache was active how are synchronous writes still faster? Shouldn't the flush/sync ensure persistence of data?If the cache was being used, the HDD results are not actually synchronous, a power loss event would result in data loss.
Comments
If HDD's internal cache was active how are synchronous writes still faster? Shouldn't the flush/sync ensure persistence of data?
If the cache was being used, the HDD results are not actually synchronous, a power loss event would result in data loss.