Variable Data Replication for Quorum-Based Storage Durability

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Implementing log-structured storage in distributed systems increases costs due to resource inefficiencies, particularly in maintaining durability and concurrency, and the costs associated with replicating data across multiple nodes.

Innovation Solution

The implementation of variable data replication with quorum-based durability schemes, where storage nodes maintain either complete or incomplete views of data, allowing for efficient storage cost management by reclaiming space and balancing load across nodes, and using peer-to-peer synchronization protocols to ensure data durability and availability.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If data is replicated across multiple storage nodes to improve availability and durability, then data availability and durability are improved, but storage costs increase

Engineering Contradiction:
Improvedata availability and durabilityVSAvoidstorage costs
Core Design Contradiction:
ReliabilityVSQuantity of substance

Solution Approach 1:

Different storage nodes maintain different views of data (complete views vs. incomplete views) based on their roles and requirements. This allows the system to optimize storage costs by having nodes maintain only the necessary data portions needed for their specific functions, rather than replicating complete data to all nodes.

Inventive Principle:
Principle #3Local quality

Solution Approach 2:

The system dynamically manages replication by allowing nodes to transition between maintaining complete and incomplete views of data. This dynamic approach enables the system to adapt storage replication to changing availability and durability requirements, optimizing the balance between costs and reliability.

Inventive Principle:
Principle #15Dynamics

2Reliability

If the number of storage nodes is increased to improve data availability, then data availability is improved, but storage costs increase

Engineering Contradiction:
Improvedata availabilityVSAvoidstorage system complexity
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

Not all storage nodes maintain the same level of data completeness. Nodes can maintain incomplete views when sufficient complete views exist elsewhere in the system, reducing the complexity burden on individual nodes while maintaining overall system availability.

Inventive Principle:
Principle #3Local quality

Solution Approach 2:

The system allows nodes to maintain partial (incomplete) views of data rather than requiring full replication to all nodes. This partial action approach reduces the complexity burden on each node while still providing sufficient data availability through the collective incomplete views across multiple nodes.

Inventive Principle:
Principle #16Partial or excessive action

3Reliability

If complete data replication is implemented to ensure durability, then data durability is improved, but resource efficiency decreases

Engineering Contradiction:
Improvedata durabilityVSAvoidresource efficiency
Core Design Contradiction:
ReliabilityVSLoss of energy

Solution Approach 1:

Storage nodes maintain different levels of data completeness based on their specific needs and the overall system state. This local quality differentiation ensures durability where needed while reducing resource consumption on nodes that can rely on other nodes for data completeness.

Inventive Principle:
Principle #3Local quality

Solution Approach 2:

The system changes the replication parameter from complete data replication to variable/incomplete replication based on system conditions. This parameter change allows the system to maintain durability through quorum-based mechanisms while significantly improving resource efficiency by avoiding unnecessary complete replication to all nodes.

Inventive Principle:
Principle #35Parameter changes

Data Source

PatentUS10803012B1Variable data replication for storage systems implementing quorum-based durability schemes
Publication Date: 2020.10.13 AMAZON TECH INC
  • US10803012B1 patent drawing
  • US10803012B1 patent drawing
  • US10803012B1 patent drawing

AI summary

A data store may implement variable data replication and quorum-based durability schemes. Write requests may be maintained in complete views of the data or incomplete views of the data at storage nodes in a quorum set in the data store. Write requests may be received at different storage nodes sufficient to establish a write quorum, and stored in the replicas of the data at the storage nodes where they are received. Storage nodes maintaining incomplete views of the data may determine that each of the storage nodes maintaining a complete view of the data in the quorum set stores certain write requests, and in response, may reclaim storage space for those write requests included in the incomplete views of the data in order to store other data at the storage node.