SSD can write in small blocks (4K) but deletes in larger blocks (512K)

Makes random-access writes potentially much slower than sequential append-only. (the drive does internal garbage collection to handle write-leveling and fragmentation).

Source: Cassandra and Solid State Drives

added 2012-03-16T13:27:42Z by anders

Tags: ssd storage performance