Storage Controller Pre-Allocating Physical Space for Write Requests
Find Innovative SolutionsGenerate Solutions
Solution Overview
Problem
Non-volatile memory devices face inefficiencies in write amplification due to the inability to overwrite existing data, leading to worse performance when data with the same life cycle is scattered across multiple memory blocks.
Innovation Solution
A storage device and method that allocates physical space to logical space before receiving a write request, using a storage controller to manage memory blocks and buffer memory, allowing for efficient data storage and reduction of write amplification by pre-allocating physical space group IDs to logical addresses.
Engineering Contradictions & Design Principles
Engineering Contradiction Analysis
1Adaptability or versatility
If physical address allocation is performed after write request receipt, then the storage device can dynamically manage memory blocks, but write amplification increases due to scattered data storage across multiple blocks
Solution Approach 1:
The storage device performs preliminary allocation of physical addresses to logical addresses before actual write operations occur. The storage controller pre-allocates memory blocks and creates the L2P mapping table in advance, so when write requests arrive, data is written directly to pre-assigned locations without requiring real-time allocation decisions that would scatter data across multiple blocks.
2Quantity of substance
If data is scattered across multiple memory blocks, then storage capacity is efficiently utilized, but write amplification characteristic deteriorates due to frequent erase operations
Solution Approach 1:
The storage device segments memory management into two distinct phases: a preliminary allocation phase where physical blocks are assigned to logical addresses and recorded in the L2P mapping table, and a execution phase where write operations occur. This segmentation allows the system to maintain contiguous or concentrated data placement in the non-volatile memory while still achieving high storage capacity utilization, thereby reducing write amplification.
3Productivity
If physical space is allocated before write request, then write performance is improved by reducing erase operations, but additional management overhead is introduced
Solution Approach 1:
The storage controller acts as an intermediary between the host and the non-volatile memory device. It maintains and manages the L2P (logical-to-physical) mapping table that records the correspondence between logical addresses and physical block addresses. This intermediary layer handles the complexity of pre-allocation and address translation transparently, improving write performance without exposing the complexity to the host system.
Data Source
AI summary
Disclosed is a storage device, which include a non-volatile memory device including a plurality of memory blocks, a buffer memory, and a storage controller that receives a first allocation request and first logical address information from a host, allocates logical addresses of the first logical address information to a first physical group of the plurality of memory blocks in response to the first allocation request, receives a first write request and first write data associated with the first logical address information, stores the first write data in the buffer memory, and writes the first write data stored in the buffer memory in memory blocks of the first physical group in response to the first write request. The first allocation request precedes the first write request.


