[StorageSystem] SSD
Write Amplification in SSD We need to have a map betwwen LBA to PBA, logical block address to physical block address. In DRAM, overwrite/ update would be relatively easy, find the address, and then replace the old value with the new value directly. But it …