How Over-provisioning Improves NAND-based ATP SSDs’Endurance and Performance

2021-10-27 ATP ELECTRONICS
SSD,ATP ELECTRONICS SSD,ATP ELECTRONICS SSD,ATP ELECTRONICS SSD,ATP ELECTRONICS

Abstract

Over-provisioning (OP) provides additional space for garbage collection process of solid-state drives (SSDs), aids in improving the performance, and increases their endurance, hence contributing to extended drive life. This article provides an in-depth view of OP and how its size  affects the terabytes written (TBW), along with random write performance of SSDs.

 

Introduction to Over-Provisioning

In the past few decades, flash-based SSDs have sparked a revolution in storage devices. Unlike traditional electro-mechanical hard disk drives (HDDs) that use magnetic disks for storage, SSDs are made from an array of solid-state electronic storage chips, consisting of control units and storage cells (i.e., NAND flash chips, DRAM chips), thereby offering higher data transfer rates, area storage density, and reliability, as well as lower latency and access times.

 

In the scope of this article, it is worth elaborating the function of HDDs and SSDs. While the HDDs write and overwrite data by magnetizing sectors on the magnetic disks, the data on SSDs cannot be overwritten directly. Instead of overwriting old data, SSDs update data by programing, in the NAND flash, a new copy and invalidating previous copy of the same data.

 

Key and fundamental operations allowing to write data in the NAND flash are Program (P) and Erase (E). One P and E process is called one P/E cycle. The number of P/E cycles is used to describe the NAND flash endurance. Since every P/E cycle will lead to slight wear to the flash, NAND flash has finite P/E cycles before it is worn out. Various techniques and algorithms are implemented to manage the NAND to extend the lifespan of SSDs. The OP is one of them and is the focus of this article. It is actually a feature closely related to the working principle of NAND-based SSD storage.

 

It is important to have some basic knowledge regarding the physical structure of NAND memory to understand the P and E processes of SSDs. The NAND memory can be divided into blocks. One block usually consists of many pages and the page size varies with the NAND technology. In a programing process, data can only be written into one page at a time. However, Erase happens only to one block. Due to this limitation, a Garbage Collection process has been introduced to make full use of the flash memory.

 

Garbage Collection (GC)

 

The SSD controller uses Flash Translation Layer (FTL) to manage the mapping of the logical block address (LBA) from the host space and physical block addresses (PBA) of the flash memory. This mapping is in the form of a linking/mapping table. The Host addresses the physical blocks by using the linking table.

 

To clarify the GC process in simple terms, a flash memory is simplified into two physical blocks, each containing six pages, as shown in Figure 1. When writing the data to memory, with the help of wear-leveling algorithm, the data is distributed fairly evenly across all physical blocks as shown in Figure1(a), thus preventing repeated programming on specific areas. Since it is not possible to directly overwrite data on flash, the updated data needs to be written to free pages, while the original data is marked as invalid, as shown in Figure 1(b). The FTL will simply redirect the logical addresses of the updated data to the new physical addresses.

                                                            

Invalid pages need to be freed up to allow more data to be added to the memory. Given the fact that erase can only be done at the block level to free the invalid pages in the blocks above, the valid data need to be read and written to free pages in another block. At the same time, the data in original pages are marked as invalid and the whole block containing only invalid data can be erased. The process of collecting valid data and erasing entire blocks of invalid data is called GC.

as shown in Figure 2.

                                             

 

Write Amplification Factor (WAF)

Suppose the Host wants to write data while there are very few free blocks available in the SSD, the SSD controller should start performing the GC process to free up the blocks containing invalid data. As shown in Figure 3, during the “GC – Write data” process, the SSD actually wrote four pages to the flash, in order to write data “F” on one page, as requested by the Host.

                                                                                            

This kind of phenomenon is called Write Amplification, which means the amount of data written to the NAND exceeds the amount of data the host requires to be written. The WAF can be calculated as the ratio of the data written to flash (including copying the valid data during GC) to the amount of data to be written as requested by Host.

                                                                                           

Taking the example, as shown in Figure 3, and assuming the data size of C_1, D_1, E_1 and F are all 4 KiB, the WAF of this write process can be calculated as 4. This also illustrates that the efficiency of GC will have a heavy impact on WAF. A high WAF will exacerbate the degradation of the flash memory and reduce the lifetime of the drive.

 

The WAF varies significantly by applying different workloads. In general, small-chunk random write will result in a much higher WAF than big-chunk sequential write. For instance, when writing 4 KiB chunk size data to the SSD with 16 KiB page size, in the case of sequential write, four chunks can be sequentially written to one physical page. While in terms of random write, every 4 KiB data will be randomly distributed to different pages or/and blocks. The data on the drive will be highly fragmented compared to a sequential write, which will result in highly fragmented invalid data during data replacement. Thus, the SSD controller will need to perform intensive GC to relocate the valid data and erase all the invalid data. This can lead to a significant drop in drive performance and a rise in WAF.

 

Over-Provisioning

 

Foreseeably, when the SSD is almost full, there will not be enough free space for garbage collection. The approach to solve this dilemma is over-provisioning, which is the process of allocating extra free space into the SSD to ensure that there is always enough room for GC process. This extra area, called over-provisioned space, is inaccessible to the Host and is only accessible to the SSD controller, allowing the GC process to proceed smoothly.

 

OP can be calculated using the following formula:

                                                                                  

*GiB: unit symbol of Gibibyte: 230 bytes 

*GB: unit symbol of Gigabyte: 109 bytes

 

Notice that the flash capacity is always 2 to the nth power (in the unit of GiB), while the capacity advertised by the SSD manufactures is decimal (GB). For instance, using 256 GiB Flash to build a 256 GB SSD, the SSD has an inherent OP of (256*(2^30)-256*(10^9))/(256*(10^9)) = 7.37%.


On top of the inherent OP, additional user OP can be configured depending on different application requests. For example, a 240 GB SSD built by 256 GiB flash has a total OP of (256*(2^30)-240*(10^9))/(240*(10^9)) = 14.53%.

                                                                                                     

However, in order to make it simpler, the marketing description usually refers only to the user OP. So for a 240 GB SSD, the marketed OP is (256*(10^9)-240*(10^9))/(240*(10^9)) ≈ 7%. While the marketed OP for a 256 GB SSD is 0%, according to the calculation.

 

In summary, if we configure the SSD to different User Capacities, the OP will be like:                                                                        

 

Regardless of which definition is used, OP refers to the portion of the SSD capacity that is reserved for FW algorithms like GC, wear leveling, and bad block replacement. It is inaccessible to the users.

 

How Over-Provisioning Impacts the TBW

 

Workload

 

WAF can vary significantly depending on the workload from the Host. In this article, a series of tests have been performed to figure out the impact of the OP size on TBW and drive performance. The workload used for testing is the Enterprise workload JEDEC 219A, with the specific parameter settings shown in the table below.

                                     

 

Source: www.jedec.org

 

The workload was used to measure the performance with the random read/write mix ratio of 40%/60%. The total amount of data being continuously and randomly written to the drive was 12x the user capacity of the drives.

OP Factor vs. WAF

                                                

 

Figure 5 shows the overall WAF after writing data in the amount of 12x the user capacity size to the drive. As expected, the overall WAF decreases as the OP size increases.

 

Figure 6 shows how the WAF changes as data is written to drives with different OP settings. As data continues to be written, the data fragmentation within the drive becomes more and more significant, requiring more frequent GC process. With 0% OP (256 GB), the WAF increases very quickly as more and more data is written. Instead, increasing the OP can optimize the WAF as it ensures that there is enough space for GC to be carried out more efficiently.

 

OP Factor vs. TBW

The TBW shown in the following graph is estimated based on the relationship:

                                                           

 

The TBW varies significantly depending on application. The following random write endurance has been calculated based on the test results in above session using JEDEC 219A enterprise workload and is not guaranteed value.

                                                                    

From the curve shown in Figure 7, it can be observed that TBW and OP are positively correlated, but in a non-linear fashion. After a certain point, increasing the OP does not significantly increase the TBW, but rather reduces user capacity. The customer therefore needs to choose an appropriate OP size for the actual application.

 

How Over-Provisioning Impacts SSD’s Performance

 

The garbage collection can severely impact SSD performance when it is near saturation with writes. To cope with this problem, over-provisioning provides additional space for the garbage collection process without heavily impacting the performance.

 

The following two graphs show the variation in peak performance and overall performance of a 256 GB SATA drive by allocating different OP sizes. These performances were measured by using the JEDEC 219 workload described in the above section, with 2.4x the user capacity size for continuous random writes.

                                              

The random write performance is at its best when writing to a brand-new drive, as there is no garbage collection action yet and the OP size therefore has no impact on peak performance, like shown in Figure 8. As the drive fills up with data, the data inside the drive becomes more and more fragmented. The drive's controller must constantly mark invalid data and garbage collect them. At this point GC becomes a major factor in slowing down the performance of the drive. As you can see from the graph in Figure 9, garbage collection has less and less impact on performance as the OP size increases. And in fact, the overall random write performance increases significantly with the increase in the OP.

 

Conclusion

Over-provisioning contributes to improving the endurance and write performance of the SSD, but it will reduce the user capacity; therefore, it is important to allocate an optimum amount of OP depending on the application. For write-intensive workloads, it is beneficial to compromise a certain portion of capacity for a significantly improved endurance. Instead, for read-intensive workload, a lower OP can allow the customer to take the best advantage of the user capacity.

 

As the global leader in specialized storage and memory solutions, ATP provides unique, custom-configured solutions to meet unique requirements. ATP customizes the OP to adapt to different real-world application environments, delivering the most benefit of drive endurance, user capacity, and performance product for the customer.

 


授权代理商:世强先进(深圳)科技股份有限公司
技术资料,数据手册,3D模型库,原理图,PCB封装文件,选型指南来源平台:世强硬创平台www.sekorm.com
现货商城,价格查询,交期查询,订货,现货采购,在线购买,样品申请渠道:世强硬创平台电子商城www.sekorm.com/supply/
概念,方案,设计,选型,BOM优化,FAE技术支持,样品,加工定制,测试,量产供应服务提供:世强硬创平台www.sekorm.com
集成电路,电子元件,电子材料,电气自动化,电机,仪器全品类供应:世强硬创平台www.sekorm.com
  • +1 赞 0
  • 收藏
  • 评论 0

本文由电子人生转载自ATP ELECTRONICS,原文标题为:How over-provisioning improves NAND-based ATP SSDs’ endurance and performance,本站所有转载文章系出于传递更多信息之目的,且明确注明来源,不希望被转载的媒体或个人可与我们联系,我们将立即进行删除处理。

评论

   |   

提交评论

全部评论(0

暂无评论

相关推荐

【经验】什么是SSD的M.2标准?M.2 SSD和mSATA SSD之间又具体有哪些差异?

近年来发布的固态驱动器(SSD)变得更快,并且能够处理大量数据。但是,它们的全部功能受到与其连接的接口的阻碍或限制。Mini-SATA(mSATA)接口虽然专为提供最小的SSD尺寸而设计,但受到SATA 6 Gb / s的限制。M.2标准是内部安装的计算机附加卡的规范,旨在解决mSATA的局限性,并为小型卡(包括不同大小和容量的SSD)提供更多选择。

设计经验    发布时间 : 2020-01-04

ATP NVMe BGA pSLC SSD符合AFSSI-5020数据安全清除销毁要求

AFSSI-5020是一种基于软件的数据清除销毁方法,它通过永久覆盖已有信息来让存储设备中删除文件和文件夹。使用此方法擦除存储设备数据可防止基于软件和硬件的文件恢复方法来提取和/或重新创建以前存储在设备上的信息。

设计经验    发布时间 : 2024-06-25

【经验】过度配置如何提高基于NAND的ATP SSD的耐用性和性能介绍

​过度配置(overprovisioning, OP)为固态硬盘(SSD)的垃圾收集过程提供了额外的空间,有助于提高性能,并增加其耐久性,从而有助于延长驱动器寿命。本文ATP ELECTRONICS深入介绍OP及其大小如何影响写入(TBW),以及SSD的随机写入性能。

设计经验    发布时间 : 2021-11-17

笔记本需要更换大容量硬盘,求推荐性价比更的SSD固态硬盘。

您好,推荐ATP(华腾国际)的SSD固态硬盘,M.2 NVMe接口最高容量可达1TB,M.2 2280接口最高容量1TB,SATA接口最高容量1TB,具体可参考【选型】ATP(华腾国际)内存及存储产品选型指南

技术问答    发布时间 : 2020-01-10

ATP Industrial Enterprise SSD Series: The Best of Both Worlds, Engineered for Uncontrolled Environments at the Edge

ATP offers the best of both of industrial and enterprise worlds: THE NEW INDUSTRIAL ENTERPRISE Series, which leverage NVMe PCIe Gen4x 4 and are available as M.2, U.2, and E1.S. They combine the best of enterprise and industrial features, making them excellent as boot drives, data storage drives, or mixed-use drives.

产品    发布时间 : 2024-09-05

PCIe® Gen 3 NVMe M.2 2280 / 2242 / 2230 SSD The Global Leader in Specialized Storage and Memory Solutions

型号- FT960GP38AG8BPC,N750PI,FT480GP38ANDBFC,FT120GP38AG8BPC,FT480GP38AG8BPC,FT480GP34ANDBFC,FT960GP38AG8BPI,FT240GP38AG8BPC,FT120GP38ANDBFC,N700PC,FT240GP38AG8BPI,FT120GP38AG8BPI,N600SC,N650SI,N600VI,FT960GP34ANDBFC,N700PI,FT240GP38ANDBFC,N600SI,FT120GP34ANDBFC,N650SC,FT240GP34ANDBFC,N600VC,FT480GP38AG8BPI

商品及供应商介绍  -  ATP  - v1  - 022024 PDF 英文 下载 查看更多版本

ATP(华腾国际)DRAM存储模块和NAND闪存产品选型指南(英文)

目录- Company Profile    Segment Challenges and Solutions    Thermal Solutions    Endurance Solutions    Security Solutions    CFexpress & USB 3.0    Value Line SSDs    DDR5    DRAM SOLUTIONS    FLASH SOLUTIONS    Flash Products Naming Rule    Solutions & Technologies    Flash Technology Overview table    Complete Flash Spec Overview & Product Dimensions   

型号- A750PI,E650SC SERIES,S600SC,B800PI,S750 SERIES,S600SI,S600SCA,E750PC SERIES,B600SC,N700PC,S700SC,E650SC,A750 SERIES,E600VC,S800PI,A750PI SERIES,I800PI,A600VC,A650SI,A650SC,N700 SERIES,S650SI,N750,N750PI,A800PI,A700PI,N700SI,N650 SERIES,E600SAA,N700SC,A750,N600SC,A600VC SERIES,E600SA,E650SI,E650SI SERIES,N750 SERIES,E700PIA,TR-03153,N600SI,S650,S650SC,E700PAA,N650SIA,E600SI,B600SC SERIES,S750SC,S600SIA,I700SC,N650SI,N600VI,E600SIA,E750PI,N650SC,N750PI SERIES,N600VC,I600SC,E750PC,S700PI,A650 SERIES,N650,N600 SERIES,N600VC SERIES,S650 SERIES,A650,AES-256,E700PI,A600SI,E750PI SERIES,N700PI,E700PA,S750,S750PI,E700PC,A600SC

选型指南  -  ATP  - v1.0  - 012023 PDF 英文 下载

ATP推出工业宽温企业级SSD系列产品N651Sie,包含U.2,M.2,E1.S三种接口类型

ATP推出工业宽温企业级SSD系列产品N651Sie,结合了工业级固态硬盘和企业解决方案的优点,专为在不受控制的恶劣环境中处理企业级工作负载而设计。

产品    发布时间 : 2024-08-31

PCIe® Gen 4 NVMe M.2 2280 SSD The Global Leader in Specialized Storage and Memory Solutions

型号- FT3T84P48APHBFC,FT1T92P48APHBYC,FT240GP48APHBPC,FT240GP48APHBPI,FT960GP48APHBYI,N651SI,AF960GSTJA-HBAXX,FT1T92P48APHBPI,N601VI,FT480GP48APHBFI,FT3T84P48APHBFI,FT1T92P48APHBPC,FT480GP48APHBFC,FT960GP48APHBYC,N651SC,N601VC,FT960GP48APHBFC,FT240GP48APHBSC,FT960GP48APHBFI,FT480GP48APHBYI,FT240GP48APHBSI,AF240GSTJA-HBBXX,AF1T92STJA-HBBXX,AF480GSTJA-HBBXX,FT1T92P48APHBYI,FT480GP48APHBPI,FT480GP48APHBPC,FT1T92P48APHBFC,FT960GP48APHBSI,FT1T92P48APHBFI,FT960GP48APHBSC,FT3T84P48APHBYC,FT240GP48APHBFC,FT480GP48APHBYC,AF960GSTJA-HBBXX,FT240GP48APHBFI,FT240GP48APHBYC,FT240GP48APHBYI,FT480GP48APHBSI,N751PI,FT480GP48APHBSC,FT3T84P48APHBYI,FT960GP48APHBPI,N601SC,FT1T92P48APHBSI,AF1T92STJA-HBAXX,AF240GSTJA-HBAXX,FT960GP48APHBPC,AF480GSTJA-HBAXX,FT1T92P48APHBSC

商品及供应商介绍  -  ATP  - v4  - 082024 PDF 英文 下载 查看更多版本

ATP NVMe BGA pSLC SSD安全保护及加密功能特点

硬件写保护* 写保护功能将ATP NVMe BGA SSD置于“只读”模式,以防止数据写入设备,并保护重要数据不被意外删除、移动或修改。通过在控制器印电路板(PCB)上的通用输入/输出(GPIO)信号引脚的特定引脚上放置跳线,在存储设备上启用写保护。硬件快速擦除*对于特定应用,主机可以使用GPIO连接器触发“擦除数据”行动。

产品    发布时间 : 2024-06-25

ATP对所有SSD进行数千小时RDT测试,确保产品严格遵守最高质量标准

可靠性验证试验(RDT)是对ATP固态驱动器(SSD)进行的一项长期严格测试,旨在证明每个SSD符合最严格的质量要求。ATP在较长时间内对其 SSD执行完整的实际驱动器级别测试,以验证额定MTBF值,而不是依赖可靠性预测系统。

厂牌及品类    发布时间 : 2021-09-16

ATP Unveils Industry’s Highest-Endurance Industrial SSD with 125℃ Operating Temperature Range

ATP Electronics proudly announces the launch of the N751Pi PCIe®Gen4 NVMe M.2 2280 SSDs, which set a new industry standard with unmatched endurance among industrial solid state drives (SSDs) configured with pseudo single-level cell (pSLC) NAND.

产品    发布时间 : 2024-08-24

ATP‘s Power Loss Protection Just Got Smarter with MCU-based SSD Design

ATP customers want constant assurance that power loss events will not cause massive downtime or lost data that could affect business operations and lead to higher operating costs. The MCU intelligently monitors sudden power failure conditions from a glitch to a surge or a complete outage...

厂牌及品类    发布时间 : 2023-10-30

The ATP Gym and Coach System: Exercising SSDs to Ensure Total Fitness

With the Gym and Coach system, ATP has dramatically improved RDT and the initialization process for functional test details. By making industrial SSDs undergo a lot of “painful” exercises through stringent testing, ATP makes sure that customers have everything to gain by receiving the most robust, reliable and enduring flash storage products for their applications.

厂牌及品类    发布时间 : 2021-05-27

展开更多

电子商城

查看更多

只看有货

品牌:ATP

品类:eUSB SSD

价格:

现货: 2

品牌:ATP

品类:SSD

价格:¥973.1400

现货: 1

品牌:ATP

品类:SSD

价格:¥1,184.4527

现货: 1

品牌:ATP

品类:SSD

价格:¥645.9399

现货: 1

品牌:ATP

品类:SSD

价格:¥1,202.5540

现货: 1

品牌:ATP

品类:SSD

价格:¥814.1637

现货: 1

品牌:ATP

品类:SSD

价格:¥808.0643

现货: 1

品牌:ATP

品类:SSD

价格:¥870.5334

现货: 1

品牌:ATP

品类:SSD

价格:¥1,531.3281

现货: 1

品牌:ATP

品类:SSD

价格:¥2,500.2380

现货: 1

品牌:

品类:

价格:

现货:

品牌:

品类:

价格:

现货:

品牌:

品类:

价格:

现货:

品牌:

品类:

价格:

现货:

品牌:

品类:

价格:

现货:

品牌:

品类:

价格:

现货:

品牌:

品类:

价格:

现货:

品牌:

品类:

价格:

现货:

品牌:

品类:

价格:

现货:

品牌:

品类:

价格:

现货:

现货市场

查看更多

暂无此商品

海量正品紧缺物料,超低价格,限量库存搜索料号

服务

查看更多

ATP半导体冷板制冷器定制

可定制ATP TE Cooler的冷却功率:40~200W;运行电压:12/24/48V(DC);控温精度:≤±0.1℃; 尺寸:冷面:20*20~500*300;热面:60*60~540*400 (长*宽;单位mm)。

最小起订量: 1 提交需求>

世强和原厂的技术专家将在一个工作日内解答,帮助您快速完成研发及采购。
我要提问

954668/400-830-1766(工作日 9:00-18:00)

service@sekorm.com

研发客服
商务客服
服务热线

联系我们

954668/400-830-1766(工作日 9:00-18:00)

service@sekorm.com

投诉与建议

E-mail:claim@sekorm.com

商务合作

E-mail:contact@sekorm.com

收藏
收藏当前页面