In-database Connectivity Components Analysis

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing methods for analyzing large data sets to identify and characterize subsets of related data elements, such as the Union-Find algorithm and SQL-based approaches, are inefficient and impractical for real-world mass data analysis due to increased storage and retrieval times and the need for excessive data access.

Innovation Solution

A computer-implemented algorithm using graph and connectivity components data analysis techniques that replaces data elements with representatives, contracting the graph through randomization to minimize memory usage and optimize parallel processing, allowing for efficient partitioning of data into subsets of related elements within a distributed database system.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If the Union-Find algorithm is used to identify connectivity components, then the algorithm can determine subsets of related data elements, but storage and retrieval become increasingly slower and inefficient as data set size increases

Engineering Contradiction:
Improveconnectivity component identification accuracyVSAvoidstorage and retrieval speed
Core Design Contradiction:
Measurement precisionVSSpeed

Solution Approach 1:

The algorithm segments the large data set into smaller connectivity components that can be processed independently. By partitioning the vertices into disjoint subsets representing connected components, the algorithm enables parallel processing of each component, thereby improving storage and retrieval speed while maintaining identification accuracy.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The algorithm introduces a new dimension of parallel processing by assigning different connectivity components to different processing units. This dimensional transformation from sequential to parallel processing allows simultaneous access to multiple data elements across different components, significantly enhancing retrieval speed for large data sets.

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

2Measurement precision

If the Union-Find algorithm is used to identify connectivity components, then the algorithm can determine subsets of related data elements, but the number of data accesses required increases excessively

Engineering Contradiction:
Improveconnectivity component identification accuracyVSAvoiddata access efficiency
Core Design Contradiction:
Measurement precisionVSProductivity

Solution Approach 1:

The algorithm performs preliminary actions by pre-identifying and labeling connectivity components before actual data access operations. Each vertex is assigned a component identifier in advance, allowing subsequent data access operations to quickly determine connectivity without requiring multiple sequential accesses, thereby improving data access efficiency.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The algorithm creates a copy of the connectivity component structure that can be queried efficiently. By maintaining a separate data structure that maps vertices to their connectivity components, the algorithm enables constant-time lookups for connectivity determination, reducing the number of data accesses required compared to the original Union-Find approach.

Inventive Principle:
Principle #26Copying

3Device complexity

If randomization is used to contract the graph for connectivity component analysis, then memory usage is minimized and parallel processing is optimized, but the approach requires a theoretical computational model (EREW PRAM) that is more powerful than any real computer

Engineering Contradiction:
Improvememory usage and processing complexityVSAvoidimplementation practicality
Core Design Contradiction:
Device complexityVSAdaptability or versatility

Solution Approach 1:

The algorithm changes the parameter of randomness from requiring a theoretical EREW PRAM model to using practical pseudorandom number generation available in standard computing systems. By modifying the randomness parameter to work within conventional computational constraints, the algorithm maintains its memory efficiency and parallel processing benefits while becoming implementable on real computers.

Inventive Principle:
Principle #35Parameter changes

Solution Approach 2:

The algorithm introduces an intermediary layer of practical randomization that bridges the gap between theoretical EREW PRAM randomness and real-world computational constraints. This intermediary approach uses available random number generators and hashing functions to achieve the desired graph contraction效果 without requiring the powerful theoretical computational model, thereby improving implementation practicality.

Inventive Principle:
Principle #24Intermediary (Mediator)

Data Source

PatentUS9116970B2In-database connectivity components analysis of data
Publication Date: 2015.08.25 DELL EMC
  • US9116970B2 patent drawing
  • US9116970B2 patent drawing
  • US9116970B2 patent drawing

AI summary

A method determines the connectivity components defined by a set of relations over a set of data elements. For each first data element of a selected subset of data elements, a second data element that is linked to the first data element by a path of relations is selected as its representative, using a randomization process. A new set of relations is created by replacing each first data element of the subset by its representative in at least part of the set of relations.