Two-Stage Data Decompression for High-Speed Solid State Storage

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Conventional compression and decompression techniques struggle to achieve high-speed data processing in solid state storage, particularly in systems using NAND Flash memory, as they cannot keep up with the performance requirements of modern Flash-based memories, which limits the ability to operate at rates approaching 4 GB/s without significant expense and complex architectures.

Innovation Solution

A two-stage decompression system is implemented, utilizing Lempel-Ziv compression followed by variable length coding, with a focus on optimizing decompression rates to match the aggregate bandwidth of multiple Flash chips, including the use of Variable Length Decoders (VLDs), First-In-First-Out circuits (FIFOs), and a reverse Lempel-Ziv unit (UNLZ) to reconstruct original data efficiently.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Productivity

If conventional compression and decompression algorithms are used in solid state storage, then data can be compressed to save cost and reduce write amount, but the processing speed cannot keep up with Flash memory performance requirements

Engineering Contradiction:
Improvedecompression speedVSAvoidalgorithm complexity
Core Design Contradiction:
ProductivityVSDevice complexity

Solution Approach 1:

The decompression process is divided into two distinct stages: first stage decompression using a simplified algorithm optimized for speed, and second stage decompression using a more sophisticated algorithm for higher compression ratios. This segmentation allows each stage to be optimized independently, with the first stage handling the bulk of data at high speed and the second stage refining the compression without becoming the bottleneck.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent extracts the computationally intensive variable length decoding operations from the critical path of the decompression pipeline. By separating these operations and performing them in parallel or after the main data flow is reconstructed, the patent removes the bottleneck that prevented achieving 4 GB/s decompression speeds.

Inventive Principle:
Principle #2Taking out (Extraction)

2Productivity

If more Flash chips are operated in parallel to increase data rate, then aggregate bandwidth increases, but the cost and system complexity increase significantly

Engineering Contradiction:
Improveaggregate bandwidthVSAvoidsystem complexity
Core Design Contradiction:
ProductivityVSDevice complexity

Solution Approach 1:

The patent changes the operational parameters of the decompression system by implementing a two-stage approach with different compression ratios for different data types. This allows the system to achieve effective bandwidth utilization without requiring excessive parallel Flash chips, as the decompression pipeline is optimized to handle the data flow from a manageable number of chips efficiently.

Inventive Principle:
Principle #35Parameter changes

3Loss of substance

If lossless compression algorithms like Lempel-Ziv are used, then compression ratio is improved, but decompression complexity and processing time increase

Engineering Contradiction:
Improvedata size reductionVSAvoiddecompression time
Core Design Contradiction:
Loss of substanceVSLoss of time

Solution Approach 1:

The patent segments the compression process into two stages with different objectives. The first stage uses a faster compression algorithm that achieves moderate compression ratios, while the second stage applies more sophisticated techniques for additional compression. This segmentation prevents any single stage from becoming too complex or time-consuming, maintaining overall decompression speed while achieving good compression ratios.

Inventive Principle:
Principle #1Segmentation

Data Source

PatentUS9940230B2Compression and decompression of data at high speed in solid state storage
Publication Date: 2018.04.10 POINT FINANCIAL
  • US9940230B2 patent drawing
  • US9940230B2 patent drawing
  • US9940230B2 patent drawing

AI summary

Compression and decompression of data at high speed in solid state storage is described, including accessing a compressed data comprising a plurality of blocks of the compressed data, decompressing each of the plurality of blocks in a first stage of decompression to produce a plurality of partially decompressed blocks, and reconstructing an original data from the partially decompressed blocks in a second stage of decompression.