Data Loading System with Incremental Indexing

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Traditional database systems require a predefined schema and significant upfront loading and indexing efforts, which can lead to high initial overhead and are not suitable for immediate data analysis, while No-SQL systems like Hadoop offer low time-to-first analysis but lack long-term performance benefits.

Innovation Solution

A system that transparently loads data into a database system while analyzing it, using a column-store technique and incremental merge sort method to optimize data loading and indexing, allowing for parallel processing and efficient data access.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Productivity

If data is loaded into a traditional database system with schema definition and indexing, then long-term query performance is improved, but initial loading time and overhead increase

Engineering Contradiction:
Improvequery performanceVSAvoidinitial loading time
Core Design Contradiction:
ProductivityVSLoss of time

Solution Approach 1:

The system performs preliminary schema inference and data organization actions automatically during the data loading process, rather than requiring separate preprocessing steps. The schema is inferred from the data itself before loading, and indexing is performed incrementally during load operations, preparing the data for efficient querying without requiring manual intervention or separate preparation phases.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The system dynamically adjusts the loading strategy based on the characteristics of the incoming data. Schema inference adapts to different data formats and structures automatically, and indexing operations are dynamically prioritized based on query patterns that emerge during the loading process, allowing the system to optimize for both speed and performance in real-time.

Inventive Principle:
Principle #15Dynamics

2Loss of time

If data is stored in a No-SQL system like Hadoop without schema definition, then time-to-first analysis is reduced, but long-term query performance deteriorates

Engineering Contradiction:
Improvetime-to-first analysisVSAvoidquery performance
Core Design Contradiction:
Loss of timeVSProductivity

Solution Approach 1:

The system performs preliminary schema inference and data organization actions automatically during the data loading process, rather than requiring separate preprocessing steps. The schema is inferred from the data itself before loading, and indexing is performed incrementally during load operations, preparing the data for efficient querying without requiring manual intervention or separate preparation phases.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The system automatically infers schemas from the data itself without requiring external metadata or manual definition. The data loading process self-organizes the information into query-optimized structures, and the system autonomously creates indexes based on observed query patterns, eliminating the need for separate schema definition and manual optimization steps.

Inventive Principle:
Principle #25Self-service

3Productivity

If schema is clearly defined for data loading, then data organization and query efficiency are improved, but flexibility and ease of use decrease

Engineering Contradiction:
Improvequery efficiencyVSAvoidschema flexibility
Core Design Contradiction:
ProductivityVSAdaptability or versatility

Solution Approach 1:

The system dynamically adjusts the loading strategy based on the characteristics of the incoming data. Schema inference adapts to different data formats and structures automatically, and indexing operations are dynamically prioritized based on query patterns that emerge during the loading process, allowing the system to optimize for both speed and performance in real-time.

Inventive Principle:
Principle #15Dynamics

Solution Approach 2:

The system changes the schema parameters automatically based on the inferred data structure and observed query patterns. Rather than requiring a fixed predefined schema, the schema definition evolves dynamically as the system learns from the data characteristics and usage patterns, adjusting organization and indexing strategies to optimize query efficiency for each specific dataset.

Inventive Principle:
Principle #35Parameter changes

Data Source

PatentEP2577512B1Data loading systems and methods
Publication Date: 2019.10.09 YALE UNIVERSITY
  • EP2577512B1 patent drawingFigure 1
  • EP2577512B1 patent drawingFigure 2
  • EP2577512B1 patent drawingFigure 3

AI summary

System, method, and computer program product for processing data are disclosed. The system is configured to perform transfer of data from a file system to a database system. Such transfer is accomplished through receiving a request for loading data into a database system, wherein the data includes a plurality of attributes, determining at least one attribute of the data for loading into the database system, and loading the at least one attribute of the data into the database system while continuing to process remaining attributes of the data.