Secure Table Deduplication With Sort-Key Record Retention

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing secure computation systems face challenges in designating a specific record to be left during overlap deletion in tables, leading to unpredictable record retention after deletion.

Innovation Solution

An analysis device that performs sorting and deletion of records using secure computation, allowing for the designation of a specific record to be retained during overlap deletion by utilizing a second key different from the first key for sorting and deleting records other than the designated one.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If secure computation is used for overlap deletion, then data security is maintained, but the ability to designate a specific record to be left is lost

Engineering Contradiction:
Improvedata securityVSAvoidrecord designation capability
Core Design Contradiction:
ReliabilityVSEase of operation

Solution Approach 1:

The patent introduces a sorting key as an intermediary mechanism that enables record identification without revealing data. By sorting records based on a secondary key (e.g., entry date) before deletion, the system can deterministically identify which record to retain (e.g., the latest record) while maintaining secure computation. The sorting key acts as a mediator that provides ordering information necessary for record designation without compromising data confidentiality.

Inventive Principle:
Principle #24Intermediary (Mediator)

Solution Approach 2:

The patent applies preliminary sorting to records before performing overlap deletion. By pre-sorting records based on a secondary key in ascending or descending order, the system establishes a deterministic sequence that identifies which record should be retained. This preliminary action enables the deletion process to systematically keep the desired record (e.g., first or last in the sorted sequence) while maintaining secure computation throughout the process.

Inventive Principle:
Principle #10Preliminary action

2Ease of manufacture

If random record selection is used for overlap deletion, then implementation simplicity is achieved, but predictable record retention cannot be ensured

Engineering Contradiction:
Improveimplementation simplicityVSAvoidrecord retention predictability
Core Design Contradiction:
Ease of manufactureVSReliability

Solution Approach 1:

The patent changes the parameter basis for record selection from random selection to deterministic sorting. By introducing a sorting key and specifying sort order (ascending/descending), the system transforms the deletion process from unpredictable to fully deterministic. The record to be retained is determined by its position in the sorted sequence (e.g., first or last record), providing complete predictability while maintaining implementation feasibility through standard sorting operations.

Inventive Principle:
Principle #35Parameter changes

Data Source

PatentUS20260056925A1Analysis device, analysis method, and analysis program
Publication Date: 2026.02.26 NTT DOCOMO BUSINESS INC
  • US20260056925A1 patent drawing
  • US20260056925A1 patent drawing
  • US20260056925A1 patent drawing

AI summary

An analysis device according to an embodiment includes a sorting unit and a deletion unit. The sorting unit sorts records of a table including records in which values of a first key (overlap deletion key) overlap by secure computation using a second key (sort key) different from the first key. The deletion unit deletes records other than one record at a predetermined position in a set by secure computation for each of the sets of the records which is included in the table subjected to sorting by the sorting unit and in which the first key overlaps.