Perhaps the main thing we task our computers with is remembering things for us, so we need hardware that can do this job! It was only a few weeks ago that finalized how I'd handle this in my string-centric hypothetical computer: NVMe (message-based with RAM) & a custom filesystem.
NVMe facilitates reliably transferring "pages" of data between transient & persistent memory, whilst spreading out wear & tear without getting in the way of optimizations.
1/3?