View Single Post
javispedro's Avatar
Posts: 2,355 | Thanked: 5,249 times | Joined on Jan 2009 @ Barcelona
#83
Originally Posted by R-R View Post
Sure, how ext3 work for it's journaling is by writing a log of its filesystem transaction to disk every 5 seconds so to be able to recover if the power is cut, there is a crash or whatever...
You make it sound like if it was introducing a write every 5 seconds, no matter what (and then conclude it'll wear flash).

It is not. If there are no writes there's no log to write. In fact, it'll try to combine writes done between the 5 second period, which may actually help reduce wear.

My worry is the unneeded performance hit.
 

The Following 5 Users Say Thank You to javispedro For This Useful Post: