Decentralized De-duplication for Large-Scale Data Streams

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

The management and orchestration of large, dynamically fluctuating data streams pose challenges due to workload imbalances, security concerns, and the risk of data duplication and loss in distributed systems, leading to performance issues and resource wastage.

Innovation Solution

A stream management system (SMS) with programmatic interfaces and a stream processing service (SPS) that dynamically provisions resources, implements partitioning policies, and employs redundancy groups, deduplication mechanisms, and security protocols to ensure reliable, secure, and efficient data processing and storage.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Productivity

If more resources are added to handle large data streams, then system capacity and processing power are improved, but workload imbalances and performance problems arise at certain resources

Engineering Contradiction:
Improvedata stream processing capacityVSAvoidworkload balance
Core Design Contradiction:
ProductivityVSEase of operation

Solution Approach 1:

The system segments data streams into multiple partitions that are independently processed by different ingestion nodes. Each node handles specific partitions, enabling parallel processing while maintaining balanced workloads through dynamic partition assignment.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The system dynamically adjusts partition assignments and resource allocation based on real-time workload conditions. Ingestion nodes can be added or removed from partitions as needed, allowing the system to adapt to changing data stream volumes and maintain balance.

Inventive Principle:
Principle #15Dynamics

2Reliability

If data is stored at external facilities for security, then client control and security are improved, but concerns about data security and connectivity failures increase

Engineering Contradiction:
Improvedata securityVSAvoidconnectivity failure risk
Core Design Contradiction:
ReliabilityVSObject-affected harmful factors

Solution Approach 1:

The system implements retry logic and error handling mechanisms that prepare for connectivity failures in advance. When connections to external storage facilities fail, the system can buffer data locally and attempt reconnection, preventing data loss without requiring constant external connectivity.

Inventive Principle:
Principle #11Beforehand cushioning (Prior cushioning)

Solution Approach 2:

The system introduces intermediate buffering layers between data sources and external storage facilities. These intermediaries can temporarily hold data and manage transfer operations, isolating the system from external connectivity issues while maintaining security through controlled access.

Inventive Principle:
Principle #24Intermediary (Mediator)

3Reliability

If de-duplication is implemented to prevent duplicates in data streams, then data integrity is improved, but system complexity and processing overhead increase

Engineering Contradiction:
Improvedata integrityVSAvoidde-duplication mechanism complexity
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The system uses lightweight copy operations to create references to data partitions rather than duplicating actual data. Ingestion nodes maintain references to partition locations, enabling efficient de-duplication through metadata management rather than full data copying.

Inventive Principle:
Principle #26Copying

Solution Approach 2:

The system replaces complex mechanical de-duplication processes with hash-based fingerprinting and metadata comparison. Instead of comparing entire data sets, the system uses cryptographic hashes and partition metadata to identify and eliminate duplicates efficiently.

Inventive Principle:
Principle #28Mechanics substitution (Replace mechanical system)

Data Source

PatentUS9471585B1Decentralized de-duplication techniques for largescale data streams
Publication Date: 2016.10.18 AMAZON TECH INC
  • US9471585B1 patent drawing
  • US9471585B1 patent drawing
  • US9471585B1 patent drawing

AI summary

A local de-duplication table for at least a particular partition of a data stream is instantiated at a particular ingestion node of a multi-tenant stream management service. A submission request indicating a data record of the partition is received at the ingestion node. In response to a determination that (a) the submission request was received within a de-duplication time window corresponding to the particular partition, and (b) the local de-duplication table does not indicate that the data record is a duplicate, a write operation to store the data record at one or more storage locations of the stream management system is initiated.