# Guide SSD

{% hint style="info" %}
**Definizioni:**

* **DRAM**: tipo di memoria a semiconduttore che serve principalmente per memorizzare i metadati. La sua presenza aumenta la durata e le performance randomiche (4kB);
* **DRAM-less**: SSD senza chip DRAM, solitamente sconsigliati per il sistema operativo (SO). Ci sono dei casi speciali, però: il Samsung 980, il WD Blue SN570 e il WD Black SN770 ne sono un esempio. Le prestazioni e la durata tendono ad essere peggiori rispetto agli SSD con DRAM;
* **Cache SLC**: tecnologia che simula il funzionamento delle celle SLC negli SSD con NAND TLC e QLC. Ha una capacità limitata e dopo la saturazione di essa si hanno le prestazioni native delle NAND (quindi quelle che offrono le TLC e QLC);
* **MLC** (*multi-level cell*): celle di memorie a 2 bit. Gli SSD che si basano su queste memorie (solo i PRO di Samsung) sono consigliati per workstation o usi che prevedono scritture intensive. Da notare che questo tipo di memorie non sono più in produzione;
* **TLC** (*triple-level cell*): celle di memorie a 3 bit. Gli SSD che si basano su queste memorie sono consigliati per utilizzo consumer;
* **QLC** (*quad-level cell*): celle di memoria a 4 bit. Gli SSD che si basano su queste memorie (per esempio i QVO di Samsung) sono consigliati per storage e gaming;
* **OP** (*over-provisioning*): tecnologia che riserva alcuni blocchi di celle NAND flash al firmware del controller. Questo spazio è inaccessibile all'utente, pertanto è utilizzabile solo dal controller dell'SSD;
* ***Folding***: dopo aver esaurito la cache SLC, il controller, scrive sulle NAND TLC. *Folding* lo si fa successivamente alle scritture sulle celle TLC e succede quando vanno compressi 3 blocchi SLC in 1 TLC. Tenendo conto dell'*overhead* e altri fattori le performance si abbassano di parecchio.
  {% endhint %}

<table data-card-size="large" data-view="cards" data-full-width="false"><thead><tr><th></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden data-type="content-ref"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td>DRAM negli SSD</td><td><a href="/files/eMQ7ODPvifwGRAVP2Hw8">/files/eMQ7ODPvifwGRAVP2Hw8</a></td><td><a href="/pages/Qc6Ftfc2naNDdXMl2rlk">/pages/Qc6Ftfc2naNDdXMl2rlk</a></td><td><a href="/pages/Qc6Ftfc2naNDdXMl2rlk">/pages/Qc6Ftfc2naNDdXMl2rlk</a></td></tr><tr><td>Tier List SSD</td><td><a href="/files/lDIYLvbmXdeniKuU05IV">/files/lDIYLvbmXdeniKuU05IV</a></td><td><a href="/pages/8hUJoPfr2N3IPofChtNt">/pages/8hUJoPfr2N3IPofChtNt</a></td><td><a href="/pages/8hUJoPfr2N3IPofChtNt">/pages/8hUJoPfr2N3IPofChtNt</a></td></tr><tr><td>Temperature SSD</td><td><a href="/files/oNlBiT1uD0Ke70EQ8OYO">/files/oNlBiT1uD0Ke70EQ8OYO</a></td><td><a href="/pages/NEebBc3rSCxNJYcMvpXD">/pages/NEebBc3rSCxNJYcMvpXD</a></td><td><a href="/pages/NEebBc3rSCxNJYcMvpXD">/pages/NEebBc3rSCxNJYcMvpXD</a></td></tr><tr><td>TBW e durata SSD</td><td><a href="/files/yXwxMW67d4jA6bdixKiI">/files/yXwxMW67d4jA6bdixKiI</a></td><td><a href="/pages/HvlZPhIDdxSDJEFY9tMh">/pages/HvlZPhIDdxSDJEFY9tMh</a></td><td><a href="/pages/HvlZPhIDdxSDJEFY9tMh">/pages/HvlZPhIDdxSDJEFY9tMh</a></td></tr><tr><td>Come scoprire i componenti del proprio SSD</td><td><a href="/files/pstrenZvyzDqt8Ry3Cpq">/files/pstrenZvyzDqt8Ry3Cpq</a></td><td><a href="/pages/cOduM0oDLRH1Yepeq5dP">/pages/cOduM0oDLRH1Yepeq5dP</a></td><td><a href="/pages/cOduM0oDLRH1Yepeq5dP">/pages/cOduM0oDLRH1Yepeq5dP</a></td></tr><tr><td>Formati e tipi di SSD</td><td><a href="/files/WerlfX1PCfZDi06GC7Vr">/files/WerlfX1PCfZDi06GC7Vr</a></td><td><a href="/pages/9eGf4XHfxyns560uroUL">/pages/9eGf4XHfxyns560uroUL</a></td><td><a href="/pages/9eGf4XHfxyns560uroUL">/pages/9eGf4XHfxyns560uroUL</a></td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://riccardo-buonaurio.gitbook.io/guide-ssd/guide-ssd.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
