Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: SSD



hramrach%centrum.cz@localhost (Michal Suchanek) writes:

>Given the system has enough memory it can buffer a
>lot of data without the need for the system to slow down while waiting
>for disk writes.

SSD writes are slow because the technology requires to write (erase)
in large chunks of 256k or more but the OS writes in chunks of
4K..64K. Such small writes therefore cause extra read-modify-write
cycles.

The better SSD therefore have some huge write cache so that at least
large sequential writes get faster.

-- 
-- 
                                Michael van Elst
Internet: mlelstv%serpens.de@localhost
                                "A potential Snark may lurk in every tree."


Home | Main Index | Thread Index | Old Index