Data Warehouse Views That Exclude Metadata for Simpler Queries

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Modern businesses face challenges in efficiently accessing and manipulating large data sets stored in cloud-based data warehouses due to the complexity of database queries, which often exceed the capabilities of most users.

Innovation Solution

A workbook manager selects a subset of columns from an input table in a cloud-based data warehouse, excluding metadata columns, generates a view of the table based on this subset, and stores it in the warehouse, allowing users to issue simpler queries without needing to account for non-presented columns.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Ease of operation

If users directly access input tables in cloud-based data warehouses, then complete data access is achieved, but query complexity increases and usability decreases

Engineering Contradiction:
Improvequery simplicityVSAvoidquery complexity
Core Design Contradiction:
Ease of operationVSDevice complexity

Solution Approach 1:

The patent introduces a view as an intermediary layer between users and the underlying input tables. This view abstracts the complex table structure by excluding metadata columns and presenting only relevant data columns, thereby simplifying user queries while maintaining access to the complete data warehouse infrastructure.

Inventive Principle:
Principle #24Intermediary (Mediator)

Solution Approach 2:

The patent segments the input table structure by separating metadata columns from data columns. The view presents only the necessary data columns to users, while the metadata columns remain available in the underlying table for system operations. This segmentation reduces query complexity for users who don't need metadata.

Inventive Principle:
Principle #1Segmentation

2Productivity

If all columns including metadata are presented to users, then complete information is provided, but data access volume increases unnecessarily

Engineering Contradiction:
Improvedata access efficiencyVSAvoiddata access volume
Core Design Contradiction:
ProductivityVSQuantity of substance

Solution Approach 1:

The patent extracts and excludes metadata columns from the view presented to users, while maintaining them in the underlying input table. This extraction reduces the data access volume for typical user queries that only need data columns, while the metadata remains available when required by the system.

Inventive Principle:
Principle #2Taking out (Extraction)

3Manufacturing precision

If complex queries are required to exclude metadata columns, then precise data selection is achieved, but user capability requirements increase

Engineering Contradiction:
Improvedata selection precisionVSAvoiduser capability
Core Design Contradiction:
Manufacturing precisionVSAdaptability or versatility

Solution Approach 1:

The patent performs the data selection action in advance by creating a view that pre-excludes metadata columns. This preliminary action eliminates the need for users to write complex queries to filter out metadata, as the view already presents only the necessary data columns in a simplified structure.

Inventive Principle:
Principle #10Preliminary action

Data Source

PatentUS12547637B2Creating data warehouse views for input tables
Publication Date: 2026.02.10 SIGMA COMPUTING INC
  • US12547637B2 patent drawing
  • US12547637B2 patent drawing
  • US12547637B2 patent drawing

AI summary

Creating data warehouse views for input tables including: selecting, by a workbook manager, a subset of columns of an input table stored in a cloud-based data warehouse, wherein the subset of columns excludes one or more metadata columns of the input table; generating, by the workbook manager, a view of the input table based on the subset of columns; and storing, by the workbook manager, the view of the input table in the cloud-based data warehouse.