Y
Hacker News
new
|
ask
|
show
|
jobs
by
seastarer
177 days ago
It is actually very cheap if done right. Enterprise SSDs have write-through caches, so an O_DIRECT|O_DSYNC write is sufficient, if you set things up so the filesystem doesn't have to also commit its own logs.