Flash Memory Write Filtering for MLC Endurance
Find Innovative SolutionsGenerate Solutions
Solution Overview
Problem
The lifespan of multi-level cell (MLC) flash memory is significantly shorter than single-level cell (SLC) flash memory due to inferior write endurance, affecting the reliability of storage devices like solid-state drives (SSDs).
Innovation Solution
A storage device with a flash memory and a cache memory system that filters data by comparing error detection information and actual data, reducing unnecessary write operations to the flash memory, thereby enhancing write endurance.
Engineering Contradictions & Design Principles
Engineering Contradiction Analysis
1Reliability
If data is written to flash memory for every host write command, then data storage reliability is maintained, but flash memory write endurance deteriorates
Solution Approach 1:
The patent applies preliminary action by checking whether data already exists in flash memory before executing write operations. The controller performs a read operation first to verify if the target data is already present, and only writes if the data differs. This preliminary check prevents unnecessary write operations, extending flash memory endurance while maintaining data reliability.
2Duration of action of stationary object
If data filtering and comparison operations are performed before writing, then flash memory write endurance is improved, but processing time increases
Solution Approach 1:
The patent extracts the error detection and data comparison operations from the main write path, performing them as preliminary filtering steps. By taking out these verification operations and executing them before the actual write, the system identifies and eliminates unnecessary write operations, reducing overall processing time despite the added comparison step.
3Reliability
If error detection information is verified before each write operation, then data integrity is improved, but operational complexity increases
Solution Approach 1:
The patent applies self-service by implementing error detection information verification that leverages existing data in flash memory. The system uses stored error detection information to automatically verify data integrity during write operations, making the verification process self-contained and reducing the need for external intervention or complex verification protocols.
Data Source
AI summary
A method of storing write data in flash memory incorporated in a storage device, the method includes; receiving write data and a logical block address (LBA) for the flash memory, determining whether the LBA exists in the cache memory, if the LBA exists in the cache memory, comparing the write data with cache data stored in the cache memory at a location associated with the LBA, and if the write data and the cache data are the same, terminating operation of the storage device without programming the write data to the flash memory, else updating an error detection information lookup table entry associated with the LBA and programming the write data to the flash memory, and if the LBA does not exist in the cache memory, updating the error detection information lookup table entry associated with the LBA and programming the write data to the flash memory.


