Distributed Client-Side Deduplication Index Cache

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing data deduplication systems face performance issues due to the need for significant storage and processing overhead, as well as the limitations of fast memory, which can constrain system speeds and increase costs, especially when dealing with large volumes of data.

Innovation Solution

A distributed index system is implemented, where a fast index and a main index are used, with the fast index being partially distributed to clients, allowing them to provide hints on data deduplication, thereby reducing the server's processing burden and improving performance by minimizing disk access.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Productivity

If the entire deduplication index is stored in fast memory (RAM or flash), then deduplication performance is improved, but storage cost increases and fast memory availability for other purposes decreases

Engineering Contradiction:
Improvededuplication performanceVSAvoidstorage cost
Core Design Contradiction:
ProductivityVSQuantity of substance

Solution Approach 1:

The deduplication index is segmented into two parts: a hot index portion that is distributed to clients and a cold index portion that remains on the server. This segmentation allows frequently accessed index data to be cached locally in fast memory at client devices, while less frequently accessed data remains on the server, resolving the contradiction between performance and storage cost.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The solution moves the index storage from a single centralized location to a distributed architecture across multiple dimensions - client devices and server - allowing the system to leverage fast memory resources at the client level while maintaining centralized management, thus improving performance without proportionally increasing overall storage costs.

Inventive Principle:
Principle #17Another dimension (Dimensionality change)

2Productivity

If the entire deduplication index is stored in fast memory, then deduplication performance is improved, but fast memory availability for other purposes decreases

Engineering Contradiction:
Improvededuplication performanceVSAvoidfast memory availability
Core Design Contradiction:
ProductivityVSAdaptability or versatility

Solution Approach 1:

By segmenting the index and distributing only the hot portion to clients, the system enables fast memory at client devices to be used for deduplication operations while leaving the remaining fast memory on the server available for other purposes, thus resolving the contradiction between performance improvement and memory versatility.

Inventive Principle:
Principle #1Segmentation

3Quantity of substance

If only part of the index is stored in fast memory, then storage cost is reduced, but system performance decreases due to additional disk access requirements

Engineering Contradiction:
Improvestorage costVSAvoiddeduplication performance
Core Design Contradiction:
Quantity of substanceVSProductivity

Solution Approach 1:

The system performs preliminary action by pre-caching the hot index portion in fast memory at client devices before deduplication operations are needed. This allows clients to quickly determine whether data chunks are duplicates using the locally cached index, avoiding the need for additional disk access during the actual deduplication process and thus maintaining high performance while reducing storage costs.

Inventive Principle:
Principle #10Preliminary action

4Productivity

If more index data is cached in fast memory, then deduplication performance is improved, but storage cost increases

Engineering Contradiction:
Improvededuplication performanceVSAvoidstorage cost
Core Design Contradiction:
ProductivityVSQuantity of substance

Solution Approach 1:

The system applies local quality by caching only the hot index portion that is most frequently accessed at client devices, while leaving the cold index portion on the server. This targeted approach ensures that deduplication performance is improved for the majority of operations without incurring the full storage cost of caching the entire index in fast memory.

Inventive Principle:
Principle #3Local quality

Data Source

PatentUS11372814B2Distributed client side deduplication index cache
Publication Date: 2022.06.28 EMC IP HLDG CO LLC
  • US11372814B2 patent drawing
  • US11372814B2 patent drawing
  • US11372814B2 patent drawing

AI summary

Systems and methods for deduplicating data are provided. An index used in deduplicating data is distributed to clients. The clients can use the distributed index to provide hints as to whether the data is deduplicated at the server. The server may be associated with a main index used to confirm whether the data is deduplicated based on the hints.