Hacker News new | ask | show | jobs
by pixl97 21 hours ago
Not directly database related, but when it comes to writing files on disks, deletes on SSDs can be rather expensive because of the delete block size vs a simple write.
1 comments

Doesn't the block simply get marked as deleted and only wiped on a write?