SSD Compression Offload for Faster Game File Loading

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

The increasing size of gaming files due to high-resolution audio, video, and texture content poses challenges in storage capacity and loading times, as well as the endurance of storage drives, particularly when compression is not used to minimize CPU and memory intensity.

Innovation Solution

Implementing a system that selectively offloads the compression and decompression of files to a hardware controller, such as an SSD, using a filter driver and a compression engine within the SSD, allowing for efficient handling of large gaming files without overburdening the CPU.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Quantity of substance

If compression is used to reduce gaming file size, then storage capacity is improved, but loading time increases due to CPU and memory intensive decompression

Engineering Contradiction:
Improvestorage capacityVSAvoidloading time
Core Design Contradiction:
Quantity of substanceVSLoss of time

Solution Approach 1:

The decompression function is extracted from the CPU and assigned to a dedicated hardware decompression device on the storage drive. This separates the decompression task from the main processing unit, allowing the CPU to handle other tasks while the hardware device performs decompression in parallel, thus reducing loading time while maintaining storage capacity benefits

Inventive Principle:
Principle #2Taking out (Extraction)

Solution Approach 2:

A file system filter driver is introduced as an intermediary component that intercepts file access requests, determines whether compression was applied, and routes decompression operations to the appropriate hardware device. This mediator coordinates between the application, file system, and hardware decompression device, enabling transparent compression handling without application modification

Inventive Principle:
Principle #24Intermediary (Mediator)

2Quantity of substance

If compression is used to reduce gaming file size, then storage space is saved, but CPU and memory resources are overburdened during decompression

Engineering Contradiction:
Improvestorage spaceVSAvoidCPU and memory resources
Core Design Contradiction:
Quantity of substanceVSUse of energy by moving object

Solution Approach 1:

The computationally intensive decompression workload is extracted from the CPU and memory system and transferred to a dedicated hardware decompression device on the storage drive. This hardware device performs decompression using its own dedicated resources, freeing the CPU and memory from this burden while preserving the storage space savings from compression

Inventive Principle:
Principle #2Taking out (Extraction)

Solution Approach 2:

The storage drive is equipped with its own integrated decompression capabilities, allowing it to self-service decompression requests without requiring external CPU or memory resources. The drive autonomously handles decompression of compressed files during data transfer, making the system self-sufficient for compression/decompression operations

Inventive Principle:
Principle #25Self-service

3Productivity

If compression is avoided to minimize loading times, then performance is improved, but storage drive endurance deteriorates due to increased data writes

Engineering Contradiction:
Improveloading performanceVSAvoidstorage drive endurance
Core Design Contradiction:
ProductivityVSDuration of action of stationary object

Solution Approach 1:

The system segments file handling into compressed and uncompressed portions, allowing selective application of compression based on file type, access patterns, and drive capacity. This segmentation enables the system to compress files that benefit from space savings while leaving performance-critical files uncompressed, balancing loading performance with storage efficiency and drive endurance

Inventive Principle:
Principle #1Segmentation

4Speed

If larger gaming files are stored without compression, then loading performance is maintained, but storage capacity is exceeded

Engineering Contradiction:
Improveloading speedVSAvoidstorage capacity
Core Design Contradiction:
SpeedVSQuantity of substance

Solution Approach 1:

The system dynamically adjusts the compression state of files based on current system conditions, file access patterns, and storage capacity availability. Files can be compressed when space is needed and decompressed or loaded in uncompressed form when performance is prioritized, providing flexible adaptation between storage capacity and loading speed requirements

Inventive Principle:
Principle #15Dynamics

Data Source

PatentUS12223346B2Selectively offloading the compression and decompression of files to a hardware controller
Publication Date: 2025.02.11 DELL PROD LP
  • US12223346B2 patent drawing
  • US12223346B2 patent drawing
  • US12223346B2 patent drawing

AI summary

The compression and decompression of files can be selectively offloaded to a hardware controller. A hardware controller, such as the controller of an SSD or other drive, can include a compression engine that is configured to implement compression techniques. A filter driver in the I/O pathway on a computing device may be configured to intercept an application's attempt to write a file to or read a file from the SSD or other drive and to selectively offload compression or decompression of the file to a compression engine on the SSD or other drive.