Hypercube Partitioning for Sparse Data Query Processing

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

High-dimensional and sparsely populated datasets require significant computational resources for query processing, leading to inefficiencies and high latency due to the need to evaluate queries across vast, mostly empty data spaces.

Innovation Solution

A system and method for processing queries by determining the specific partitions of a hypercube that contain relevant data, restricting queries to these locations, and combining results from these partitions to generate a response, thereby reducing unnecessary computations and data retrieval.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If queries are processed across the entire hypercube space, then complete data coverage is achieved, but computational expense and processing time increase significantly

Engineering Contradiction:
Improvedata coverageVSAvoidcomputational efficiency
Core Design Contradiction:
ReliabilityVSProductivity

Solution Approach 1:

The hypercube space is segmented into multiple partitions based on dimension ranges. The system identifies and queries only the partitions that contain relevant data, rather than scanning the entire hypercube. This segmentation enables complete data coverage within the queried partitions while significantly reducing computational expense by excluding empty partitions.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

Different regions (partitions) of the hypercube are treated differently based on their data density. The system focuses computational resources on partitions that contain data while skipping partitions that are empty. This local differentiation allows the system to maintain data coverage for relevant regions while improving overall computational efficiency.

Inventive Principle:
Principle #3Local quality

2Reliability

If the entire hypercube is scanned for data, then all possible data locations are checked, but query processing time and latency increase

Engineering Contradiction:
Improvedata completenessVSAvoidquery processing time
Core Design Contradiction:
ReliabilityVSLoss of time

Solution Approach 1:

The system performs preliminary identification of partitions that contain data before executing the full query. By pre-determining which partitions are non-empty and relevant, the system can then focus query processing only on those partitions, reducing query processing time while maintaining data completeness through systematic partition coverage.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The query processing is divided into discrete partition-level operations. Instead of scanning the entire hypercube sequentially, the system processes queries at the partition level, retrieving data only from partitions that contain relevant information. This segmentation dramatically reduces query processing time while ensuring all relevant data is captured.

Inventive Principle:
Principle #1Segmentation

3Adaptability or versatility

If high-dimensional datasets are processed with traditional methods, then comprehensive data analysis is possible, but computational resources and processing capacity requirements increase exponentially

Engineering Contradiction:
Improvedata analysis capabilityVSAvoidcomputational resource requirement
Core Design Contradiction:
Adaptability or versatilityVSPower

Solution Approach 1:

The high-dimensional dataset is divided into multiple partitions based on dimension ranges. The system processes queries at the partition level, which reduces the computational complexity from processing the entire high-dimensional space to processing only relevant partitions. This maintains comprehensive data analysis capability while significantly reducing computational resource requirements.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

Instead of processing the entire high-dimensional dataset, the system processes only the necessary partitions that contain relevant data. This partial action approach maintains sufficient data analysis capability for meaningful insights while reducing computational resource consumption compared to processing the complete high-dimensional space.

Inventive Principle:
Principle #16Partial or excessive action

Data Source

PatentUS20250147960A1System and algorithms for fast and scalable data access to high dimensionality with sparse data
Publication Date: 2025.05.08 WORKDAY INC
  • US20250147960A1 patent drawing
  • US20250147960A1 patent drawing
  • US20250147960A1 patent drawing

AI summary

The present application discloses a method, system, and computer system for processing queries to sparsely populated datasets. The method includes (i) receiving a query from a client system, (ii) determining, based at least in part on the query, a plurality of partitions of a hypercube that are expected to comprise information used in generating a response for the query, (iii) communicating a set of requests to a data source storing the hypercube, the set of requests comprising one or more requests corresponding to the plurality of partitions of the hypercube, (iv) obtaining, from the data source, a set of results to the set of requests, the set of results comprising data stored in the plurality of partitions of the hypercube, (v) determining a plurality of virtual objects for the set of results, (vi) combining the plurality of virtual objects into a response to the query, and (vii) providing, to the client system, the response to the query.