[SOLVED] SSDs with block-sizes < 4k?

Aug 27, 2020
5
0
10
Hi,

out of curiostiy, because of a project I'm working on in my spare time, I wonder if there are SSDs, which can do fine granular, random reads of < 4Kb blocks / data.

I think the only possibility as of now are the Intel Optane Byte Addressable NVMs, which can be placed along side regular RAM, but which are capable of persisting data.

kind regards
Johannes
 
Solution
No, SSDs work differently. They write by page (a group of cells) and erase by blocks (and most blocks consist of many pages, say 32-256). Wear leveling controls where data goes to prolong drive life.

HERE is a more detailed description.