View Single Post
Old 14-04-2017, 21:28   #3
tallines
Senior Member
 
L'Avatar di tallines
 
Iscritto dal: Feb 2009
Messaggi: 50674
Quote:
Originariamente inviato da itanon Guarda i messaggi
L'unico aspetto che non ho afferrato riguarda il beneficio in termini di endurance e durata delle celle che si otterrebbe con l'over provisioning che andrebbe a "ridurre"(per quanto ho capito) il fattore di Write amplification...detto in breve: come è possibile ridurre il numero di scritture (preservando la durata delle celle) con questo spazio di memoria libera?
Grazie in anticipo per l'aiuto
Ciao e benvenuto nel forum di Hardware Upgrade

A parte che gli ssd odierni non hanno nessun problema, la durata è quasi infinita, nel senso che durano molto tempo .

- Wikipedia > https://it.wikipedia.org/wiki/Write_amplification

- Write Amplification, Garbage Collection e Wear Leveling

- The Next Efficiency Level

An SSD does not natively know which blocks of data are invalid and available for replacing with new data.

Only when the operating system (OS) tries to store new data in a previously used location does the SSD know that a particular location contains invalid data.

All free space not consumed by the user becomes available to hold whatever the SSD believes is valid data.

This is why the storage industry created the TRIM command.

TRIM enables the OS to alert the SSD about pages that now contain unneeded data so they can be tagged as invalid.

When this is done, the pages do not need to be copied during garbage collection and wear leveling.

This reduces write amplification and improves performance.

The graphic below shows how much of a difference TRIM can make in allowing more capacity to be available for over-provisioning.

Ultima modifica di tallines : 14-04-2017 alle 21:32.
tallines è offline   Rispondi citando il messaggio o parte di esso