Data Ranking via Group Concordance Indicators

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

The rapid growth of data records makes it difficult to efficiently and intuitively query databases, leading to delays and inefficiencies in retrieving relevant information, as traditional methods struggle to handle large volumes of complex data effectively.

Innovation Solution

A computer-implemented method that assigns records to in-groups and out-groups based on queries, generating user interfaces that highlight relevant words and indicators of discriminative power, allowing for real-time querying and updating of views, thereby enhancing query efficiency and reducing computational complexity.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Quantity of substance

If traditional database querying methods are used on large databases, then the system can store and manage large volumes of data, but the query response time increases and user experience deteriorates

Engineering Contradiction:
Improvedata volumeVSAvoidquery response time
Core Design Contradiction:
Quantity of substanceVSLoss of time

Solution Approach 1:

The patent segments the large database into multiple partitions or shards, allowing queries to be processed in parallel across different segments. This reduces the time required to scan and process large volumes of data while maintaining the ability to store extensive data quantities.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The system performs preliminary actions by pre-computing and storing query results, query plans, or data summaries in advance. This allows the system to quickly retrieve pre-processed information without performing full data scans during actual query execution, significantly reducing response time for common query patterns.

Inventive Principle:
Principle #10Preliminary action

2Measurement precision

If comprehensive data analysis is performed on all records, then the accuracy of query results improves, but the computational complexity and processing time increase

Engineering Contradiction:
Improvequery result accuracyVSAvoidcomputational complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The patent applies local quality by analyzing and processing only the specific portions of data relevant to each query rather than performing comprehensive analysis on all records. This allows the system to maintain high accuracy for query-specific results while reducing overall computational complexity through selective processing.

Inventive Principle:
Principle #3Local quality

Solution Approach 2:

The system performs partial analysis by focusing computational resources on the most relevant data subsets for each query. Rather than analyzing all possible data, the system identifies and processes only the necessary portions, achieving sufficient accuracy without the full computational burden of exhaustive analysis.

Inventive Principle:
Principle #16Partial or excessive action

3Ease of operation

If real-time query processing is implemented, then user satisfaction improves, but the system requires more computational resources and increases operational complexity

Engineering Contradiction:
Improveuser satisfactionVSAvoidcomputational resource consumption
Core Design Contradiction:
Ease of operationVSUse of energy by moving object

Solution Approach 1:

The patent implements periodic action through scheduled batch processing for non-critical queries and caching mechanisms that refresh data periodically. This allows the system to provide real-time responses for urgent queries while using periodic background processing for less time-sensitive operations, reducing peak computational resource consumption while maintaining user satisfaction.

Inventive Principle:
Principle #19Periodic action

Data Source

PatentUS10698656B2Computer implemented method and device for ranking items of data
Publication Date: 2020.06.30 SOLMEX BV
  • US10698656B2 patent drawing
  • US10698656B2 patent drawing
  • US10698656B2 patent drawing

AI summary

A computer implemented method of ranking items of data stored in a database comprising a plurality of records, wherein each record is associated with one or more items of data. The method includes generating a concordance of the items of data associated with the records in the database. Each record is assigned to a first group of records or to a second group of records. For each item of data a first indicator is determined representative of its occurrences in the records of the first group. For each item of data a second indicator is determined representative of its occurrences in the records of the second group. For each item of data a score is determined representative of a discriminative power of that item of data on the basis of the first and second indicator of that item of data.