SlideShare ist ein Scribd-Unternehmen logo
1 von 38
Downloaden Sie, um offline zu lesen
The Death of the
Star Schema
WEBINAR
2
Nick Jewell
Sr Director, Product Marketing
at Incorta
Technology Evangelist.
25+ years Analytics Expertise
in Computer-Aided Drug Design,
Financial Services & Consulting
dataIQ100 (2018,2020,2021)
DataKind Ambassador
Nick Jewell
Claudia Imhoff
Founder of Boulder BI Brain
Trust (BBBT)
A thought leader, visionary, and
practitioner, Claudia Imhoff, Ph.D., is
an internationally recognized expert
on analytics, business intelligence,
and the architectures to support these
initiatives.
Claudia Imhoff
Speakers
Pallavi Mishra
Sales Engineer at Incorta
Focused. Determined. Passionate. I
am a keen observer and a quick
learner. I have an inclination
towards leveraging the evolving
technology in conjunction with the
right business acumen to solve
complex problems.
Pallavi Mishra
1970’s - 2000’s
Relational Databases
• Good for highly structured data
• Simple and Reliable
• Good for small to medium data sets
3
“How much information is there in the
world”
1997 Michael Lesk
“There may be a few thousand petabytes of
information…we will be able to save
everything..no information thrown away…typical
information will never be looked at”
https://www.lesk.com/mlesk/ksg97/ksg.html
Rise of Internet 1990’s - early 2000’s
4
Rise in data (Doug Laney)
Volume: Clickstream
Velocity: High velocity transactions,
digitalisation, multi-channels
Variety:
• Structured
• Semi-Structured
• Unstructured
Telecommunication in optimally compressed MB
Agenda
Life of the Star Schema
Death of the Star Schema
Benefits of Eliminating Star Schemas
Getting Started
5
Life of the Star Schema
6
Genesis of the Star Schema
7
The Data Warehouse
Era begins
• Contains integrated data
from multiple sources
• Sole purpose was decision
support
Relational DBMS
technology used Date-
Codd rules for data design
• Most efficient way to store data
• Least efficient performance for
multi-join queries
Enter the Star Schema:
a database design that
mirrors the business
• Allows the business
community to ask many
questions
• And get reasonable response
times
It’s the 80’s!
Genesis of the Star Schema
8
Star Schema – a physical
instantiation of a multi-join
process
• Significant data denormalization process
to improve join performance
• Fact table surrounded by dimension
tables
• Great way to perform multi-dimensional
analysis…
• As long as analytical processes
or data never change…
Time_ID
Product_ID
Program_ID
Location_ID
Customer_ID
Order_ID
etc.
----------------
Counts
Usage
Dollars Customer
Order
Location
Time
Product
Channel
Program
Campaign
Difficulties Develop…
…As long as the
analytical processes or
data never change…
• But they do – They are
unpredictable, fluid,
always changing
The result?
• Slowly changing dimensional
maintenance skyrockets
• Need for new dimensions
constantly
• Need for new (mostly
redundant) star schemas
• Loss of flexibility and agility!
Analytical environments
become nightmares of
complexity
Business community
is not amused…
9
Death of the Star Schema
10
Hurrah for technological advances!
1. Cloud storage of data
2. In-memory
3. New query engines
Today
There Must Be A Better Way!
=
11
Data is stored in the cloud
(Parquet)
First Leg: Columnar Storage of Data
Much reduced costs (elasticity of cloud
implementations)
Data storage orchestration over different
storage formats
• RAM (Random Access Memory)
• SSD (Solid State Drive)
• HDD (Spinning Discs)
Optimization that improves performance by
better I/O, usage of query engines,
columnar/in-memory storage
12
Most recently, reduced costs of
memory mean data can now
reside there rather than on disk
Second Leg: In-Memory
• Optimizes performance for queries by
eliminating requests to disk-stored
data
• Improves scalability with decreased
cost of memory
13
New query engines are what
make star schemas irrelevant
Third Leg: New Query Engines
• These engines that provide real-
time joins between complex data
tables = virtual star schemas
• They create the needed
aggregations at the same
• This yields much-needed flexibility
in number of queries resolved
From: www.biodataanalysis.de
14
With all three legs in place, a
star schema is replaced easily
Death of the Star Schema
From: www.newsweek.com 15
• Data is quickly ingested and integrated
• ETL process is simplified by removing
star schema creation/maintenance
from it
• Data from many complex data tables is
quickly joined and presented
• For example, a fact joined to a fact is
almost impossible to do in star schema
implementations
• With the improved performance as
discussed, this is now possible!
Benefits of Eliminating Star Schemas
16
Benefits of Star Schema-less Environment
17
Individualized
Reusable
Artistic
Experimental
Industrial
Built-for-purpose
based on users
and queries
Benefits of Star Schema-less Environment
18
Flexibility and agility return to
the data warehouse
environment
• Business users can ask impromptu
questions – with virtually unlimited
dimensionality
• They can use much more complex,
detailed data
• All while receiving better response times
Maintenance is greatly
simplified!
• Design sessions are reduced
• ETL is simplified
• Maintenance is lessened
Data storage
requirements are
reduced
• Columnar storage
compresses the data
• No indexes are needed
Developers are freed up to
do more valuable activities
than maintaining star
schemas
• They can focus on increased
availability and volumes of new
data sources
• They can focus on more advanced
forms of analyses and
experimentation capabilities
Re-evaluating star
schemas can uncover
unknown errors
19
Benefits of Star Schema-less Environment
Getting Started
20
21
Getting Started
Many organizations have
“legacy” data warehouses. If
so, here are the steps to use in
migrating to a star schema-
less environment:
01
Evaluate your ETL processes
• Determine where the star schema
bottlenecks are
• Decide which star schemas are
particularly burdensome in terms of
creation/maintenance
• Target these for migration
22
Getting Started
03
Begin analyzing the detailed
data from which the star
schema was developed
• This data can add even more flexibility
and agility to the overall environment
• You may discover errors in previous
implementations
• It’s also a quick win for developers &
business users
02
Group selected star schemas by
the business problems they solve
• Prioritize those business problem stars as to
their criticality, maintenance difficulty,
requests for updates
• Each grouping may become its own project
• This gives you a clear path forward
23
Getting Started
05
Expand data acquisition
horizons
• There is data that you might have
thought was beyond your development
capabilities
• BUT data volumes, query performance,
and time to delivery are not big
problems now
04
Create a migration path
• Move the set of star schema data for each
business problem into the new environment
according to the priority schedule
• Quick win!
24
Getting Started
07
If you have a green field situation
– lucky you!
• You still need to understand the business
users’ needs but go beyond those needs
and embellish
• You still need to determine how much ETL
and data quality processing will be required
• Matthew will talk about a new approach to
analytics in the next section
06
Life is good!
• Reduced burden of star schema design,
creation, & maintenance means freed up time
for development
• Use that time to begin reducing backlogs of
analytical requests
Summary
25
Given the advances in analytical
technologies, it is time to rethink
data warehouse design and
processes
• You still need the star schema design phase as
a mandatory step
• You still need a repository of analytical data
• You still need ETL or some form of data
integration and quality processes BUT less of it
• You still need to perform maintenance on the
stored data BUT there is less of it, no indexes,
and simpler data schemas
You can now solve many of the
past, difficult problems
• By bringing in better, faster, and more flexible
decision-making into your organization
From:
LifeIsGood.com
Star Schemas in the Real World
Powerful Insights … but with a huge supporting cast
26
“Modern” Data Architecture
A Complex and Inflexible Nightmare That Limits Insights from Perishable Data
BUSINESS
DATA
SOURCES
Sources
HUMAN RESOURCES
FINANCE
SUPPLY CHAIN
Tools
RAW DATA
ZONE
Data Lake
REFINED
DATA ZONE
Data
Warehouses
BUSINESS
DATA ZONE
Star Schemas
Transform
25%
Extract
100%
Aggregate
10%
27
© Incorta, Inc. All Rights Reserved Internal Use Only
Data Ingest/
Loading
Querying 3NF /
Bronze Data
29
Do it all again for every new question
Question! New Data?
Weeks of work
Call IT
Get on a list
Transform Data
Lots of SQL/ETL
Prep Data
Cubes & Marts
Ready!
Only a few
weeks later!
THE
“MODERN”
WAY
Bringing data
to BI
THE AGILE
WAY
Bringing BI to
the data Question! I see it already
and I can
load it myself
New insights
within minutes
Data Architecture to Transform Business
What Changes When You Deliver 100% of Your Data for Analytics
30
Incorta Unified Data & Analytics Platform
Data Enrichment
Data Science
Notebooks
Custom
Logic
Materialized
Views
Machine
Learning
Spark Cluster
Advanced Analytics & Machine Learning
Data Acquisition
Connectors Parallel
Data
Loader
Schema
Detection
Direct
Data
Mapping
LOADER SERVICE
Shared Storage
Metadata Admin
Parquet
Columnar
Storage
Direct
Data
Map
Data Acquisition
31
Incorta Unified Data & Analytics Platform
Connectors Parallel
Data
Loader
Schema
Detection
Direct
Data
Mapping
LOADER SERVICE
Data Enrichment
Data Science
Notebooks
Custom
Logic
Materialized
Views
Machine
Learning
Spark Cluster
Advanced Analytics & Machine Learning
Shared Storage
Metadata Admin
Parquet
Columnar
Storage
Direct
Data
Map
Data Analytics
In-Memory
Analytics
Engine
ANALYTICS SERVICE
Business
Views,
Security
Data Visualization
SQL / Open Access
“Data Architecture…
…defines the blueprint for managing data assets
by aligning with organizational strategy…”
Aligning Data Architecture to Business Needs
Data Management Body of Knowledge Definition
32
33
Blueprints Provide a Huge Head Start
Pre-Built Dashboard and Schemas Get You Up and Running Quickly on Enterprise Data
Raw tables Helper tables
Aggregated
Business
Views
Blueprints
Business
logic
Essential Components for Modern Data Architecture
From Raw Data to Actionable Insights
34
Demo
Q&A
SEE YA LATER
STAR SCHEMA
Find out why the world’s most valuable companies rely
on Incorta to acquire, enrich, analyze and act on data
with unmatched speed.
START YOUR CLOUD TRIAL TODAY
cloud.incorta.com/signup
The Direct Data Platform™

Weitere ähnliche Inhalte

Was ist angesagt?

Building a Data Strategy – Practical Steps for Aligning with Business Goals
Building a Data Strategy – Practical Steps for Aligning with Business GoalsBuilding a Data Strategy – Practical Steps for Aligning with Business Goals
Building a Data Strategy – Practical Steps for Aligning with Business GoalsDATAVERSITY
 
Data Catalogs Are the Answer – What is the Question?
Data Catalogs Are the Answer – What is the Question?Data Catalogs Are the Answer – What is the Question?
Data Catalogs Are the Answer – What is the Question?DATAVERSITY
 
Data Catalog as a Business Enabler
Data Catalog as a Business EnablerData Catalog as a Business Enabler
Data Catalog as a Business EnablerSrinivasan Sankar
 
Data as a Product by Wayne Eckerson
Data as a Product by Wayne EckersonData as a Product by Wayne Eckerson
Data as a Product by Wayne EckersonZoomdata
 
Creating a Data-Driven Organization, Crunchconf, October 2015
Creating a Data-Driven Organization, Crunchconf, October 2015Creating a Data-Driven Organization, Crunchconf, October 2015
Creating a Data-Driven Organization, Crunchconf, October 2015Carl Anderson
 
Data Architecture Best Practices for Advanced Analytics
Data Architecture Best Practices for Advanced AnalyticsData Architecture Best Practices for Advanced Analytics
Data Architecture Best Practices for Advanced AnalyticsDATAVERSITY
 
Data Catalogues - Architecting for Collaboration & Self-Service
Data Catalogues - Architecting for Collaboration & Self-ServiceData Catalogues - Architecting for Collaboration & Self-Service
Data Catalogues - Architecting for Collaboration & Self-ServiceDATAVERSITY
 
BI Consultancy - Data, Analytics and Strategy
BI Consultancy - Data, Analytics and StrategyBI Consultancy - Data, Analytics and Strategy
BI Consultancy - Data, Analytics and StrategyShivam Dhawan
 
Journey for a data driven organization
Journey for a data driven organizationJourney for a data driven organization
Journey for a data driven organizationDr. Jimmy Schwarzkopf
 
Data Architecture Strategies: Data Architecture for Digital Transformation
Data Architecture Strategies: Data Architecture for Digital TransformationData Architecture Strategies: Data Architecture for Digital Transformation
Data Architecture Strategies: Data Architecture for Digital TransformationDATAVERSITY
 
Data Management, Metadata Management, and Data Governance – Working Together
Data Management, Metadata Management, and Data Governance – Working TogetherData Management, Metadata Management, and Data Governance – Working Together
Data Management, Metadata Management, and Data Governance – Working TogetherDATAVERSITY
 
Enterprise Architecture vs. Data Architecture
Enterprise Architecture vs. Data ArchitectureEnterprise Architecture vs. Data Architecture
Enterprise Architecture vs. Data ArchitectureDATAVERSITY
 
Data Lakehouse, Data Mesh, and Data Fabric (r1)
Data Lakehouse, Data Mesh, and Data Fabric (r1)Data Lakehouse, Data Mesh, and Data Fabric (r1)
Data Lakehouse, Data Mesh, and Data Fabric (r1)James Serra
 
Best Practices in Metadata Management
Best Practices in Metadata ManagementBest Practices in Metadata Management
Best Practices in Metadata ManagementDATAVERSITY
 
DataOps - The Foundation for Your Agile Data Architecture
DataOps - The Foundation for Your Agile Data ArchitectureDataOps - The Foundation for Your Agile Data Architecture
DataOps - The Foundation for Your Agile Data ArchitectureDATAVERSITY
 
Building an Effective Data & Analytics Operating Model A Data Modernization G...
Building an Effective Data & Analytics Operating Model A Data Modernization G...Building an Effective Data & Analytics Operating Model A Data Modernization G...
Building an Effective Data & Analytics Operating Model A Data Modernization G...Mark Hewitt
 
Data Governance and Metadata Management
Data Governance and Metadata ManagementData Governance and Metadata Management
Data Governance and Metadata Management DATAVERSITY
 
The Non-Invasive Data Governance Framework
The Non-Invasive Data Governance FrameworkThe Non-Invasive Data Governance Framework
The Non-Invasive Data Governance FrameworkDATAVERSITY
 
New Analytic Uses of Master Data Management in the Enterprise
New Analytic Uses of Master Data Management in the EnterpriseNew Analytic Uses of Master Data Management in the Enterprise
New Analytic Uses of Master Data Management in the EnterpriseDATAVERSITY
 
How a Semantic Layer Makes Data Mesh Work at Scale
How a Semantic Layer Makes  Data Mesh Work at ScaleHow a Semantic Layer Makes  Data Mesh Work at Scale
How a Semantic Layer Makes Data Mesh Work at ScaleDATAVERSITY
 

Was ist angesagt? (20)

Building a Data Strategy – Practical Steps for Aligning with Business Goals
Building a Data Strategy – Practical Steps for Aligning with Business GoalsBuilding a Data Strategy – Practical Steps for Aligning with Business Goals
Building a Data Strategy – Practical Steps for Aligning with Business Goals
 
Data Catalogs Are the Answer – What is the Question?
Data Catalogs Are the Answer – What is the Question?Data Catalogs Are the Answer – What is the Question?
Data Catalogs Are the Answer – What is the Question?
 
Data Catalog as a Business Enabler
Data Catalog as a Business EnablerData Catalog as a Business Enabler
Data Catalog as a Business Enabler
 
Data as a Product by Wayne Eckerson
Data as a Product by Wayne EckersonData as a Product by Wayne Eckerson
Data as a Product by Wayne Eckerson
 
Creating a Data-Driven Organization, Crunchconf, October 2015
Creating a Data-Driven Organization, Crunchconf, October 2015Creating a Data-Driven Organization, Crunchconf, October 2015
Creating a Data-Driven Organization, Crunchconf, October 2015
 
Data Architecture Best Practices for Advanced Analytics
Data Architecture Best Practices for Advanced AnalyticsData Architecture Best Practices for Advanced Analytics
Data Architecture Best Practices for Advanced Analytics
 
Data Catalogues - Architecting for Collaboration & Self-Service
Data Catalogues - Architecting for Collaboration & Self-ServiceData Catalogues - Architecting for Collaboration & Self-Service
Data Catalogues - Architecting for Collaboration & Self-Service
 
BI Consultancy - Data, Analytics and Strategy
BI Consultancy - Data, Analytics and StrategyBI Consultancy - Data, Analytics and Strategy
BI Consultancy - Data, Analytics and Strategy
 
Journey for a data driven organization
Journey for a data driven organizationJourney for a data driven organization
Journey for a data driven organization
 
Data Architecture Strategies: Data Architecture for Digital Transformation
Data Architecture Strategies: Data Architecture for Digital TransformationData Architecture Strategies: Data Architecture for Digital Transformation
Data Architecture Strategies: Data Architecture for Digital Transformation
 
Data Management, Metadata Management, and Data Governance – Working Together
Data Management, Metadata Management, and Data Governance – Working TogetherData Management, Metadata Management, and Data Governance – Working Together
Data Management, Metadata Management, and Data Governance – Working Together
 
Enterprise Architecture vs. Data Architecture
Enterprise Architecture vs. Data ArchitectureEnterprise Architecture vs. Data Architecture
Enterprise Architecture vs. Data Architecture
 
Data Lakehouse, Data Mesh, and Data Fabric (r1)
Data Lakehouse, Data Mesh, and Data Fabric (r1)Data Lakehouse, Data Mesh, and Data Fabric (r1)
Data Lakehouse, Data Mesh, and Data Fabric (r1)
 
Best Practices in Metadata Management
Best Practices in Metadata ManagementBest Practices in Metadata Management
Best Practices in Metadata Management
 
DataOps - The Foundation for Your Agile Data Architecture
DataOps - The Foundation for Your Agile Data ArchitectureDataOps - The Foundation for Your Agile Data Architecture
DataOps - The Foundation for Your Agile Data Architecture
 
Building an Effective Data & Analytics Operating Model A Data Modernization G...
Building an Effective Data & Analytics Operating Model A Data Modernization G...Building an Effective Data & Analytics Operating Model A Data Modernization G...
Building an Effective Data & Analytics Operating Model A Data Modernization G...
 
Data Governance and Metadata Management
Data Governance and Metadata ManagementData Governance and Metadata Management
Data Governance and Metadata Management
 
The Non-Invasive Data Governance Framework
The Non-Invasive Data Governance FrameworkThe Non-Invasive Data Governance Framework
The Non-Invasive Data Governance Framework
 
New Analytic Uses of Master Data Management in the Enterprise
New Analytic Uses of Master Data Management in the EnterpriseNew Analytic Uses of Master Data Management in the Enterprise
New Analytic Uses of Master Data Management in the Enterprise
 
How a Semantic Layer Makes Data Mesh Work at Scale
How a Semantic Layer Makes  Data Mesh Work at ScaleHow a Semantic Layer Makes  Data Mesh Work at Scale
How a Semantic Layer Makes Data Mesh Work at Scale
 

Ähnlich wie The Death of the Star Schema

Building the Modern Data Hub
Building the Modern Data HubBuilding the Modern Data Hub
Building the Modern Data HubDatavail
 
Building the Modern Data Hub: Beyond the Traditional Enterprise Data Warehouse
Building the Modern Data Hub: Beyond the Traditional Enterprise Data WarehouseBuilding the Modern Data Hub: Beyond the Traditional Enterprise Data Warehouse
Building the Modern Data Hub: Beyond the Traditional Enterprise Data WarehouseFormant
 
Develop a Custom Data Solution Architecture with NorthBay
Develop a Custom Data Solution Architecture with NorthBayDevelop a Custom Data Solution Architecture with NorthBay
Develop a Custom Data Solution Architecture with NorthBayAmazon Web Services
 
Building Data Warehouse in SQL Server
Building Data Warehouse in SQL ServerBuilding Data Warehouse in SQL Server
Building Data Warehouse in SQL ServerAntonios Chatzipavlis
 
Data Modeling and Scale Out - ScaleBase + 451-Group webinar 30.4.2015
Data Modeling and Scale Out - ScaleBase + 451-Group webinar 30.4.2015 Data Modeling and Scale Out - ScaleBase + 451-Group webinar 30.4.2015
Data Modeling and Scale Out - ScaleBase + 451-Group webinar 30.4.2015 Vladi Vexler
 
Original: Lean Data Model Storming for the Agile Enterprise
Original: Lean Data Model Storming for the Agile EnterpriseOriginal: Lean Data Model Storming for the Agile Enterprise
Original: Lean Data Model Storming for the Agile EnterpriseDaniel Upton
 
ADV Slides: Platforming Your Data for Success – Databases, Hadoop, Managed Ha...
ADV Slides: Platforming Your Data for Success – Databases, Hadoop, Managed Ha...ADV Slides: Platforming Your Data for Success – Databases, Hadoop, Managed Ha...
ADV Slides: Platforming Your Data for Success – Databases, Hadoop, Managed Ha...DATAVERSITY
 
Agile Data Warehousing
Agile Data WarehousingAgile Data Warehousing
Agile Data WarehousingDavide Mauri
 
Data Warehouse Optimization
Data Warehouse OptimizationData Warehouse Optimization
Data Warehouse OptimizationCloudera, Inc.
 
2022 Trends in Enterprise Analytics
2022 Trends in Enterprise Analytics2022 Trends in Enterprise Analytics
2022 Trends in Enterprise AnalyticsDATAVERSITY
 
The Shifting Landscape of Data Integration
The Shifting Landscape of Data IntegrationThe Shifting Landscape of Data Integration
The Shifting Landscape of Data IntegrationDATAVERSITY
 
Lessons learned from the proverbial battlefield - Hortonworks roadshow
Lessons learned from the proverbial battlefield - Hortonworks roadshowLessons learned from the proverbial battlefield - Hortonworks roadshow
Lessons learned from the proverbial battlefield - Hortonworks roadshowSuhail S.
 
Options for Data Prep - A Survey of the Current Market
Options for Data Prep - A Survey of the Current MarketOptions for Data Prep - A Survey of the Current Market
Options for Data Prep - A Survey of the Current MarketDremio Corporation
 
The Future of Data Warehousing: ETL Will Never be the Same
The Future of Data Warehousing: ETL Will Never be the SameThe Future of Data Warehousing: ETL Will Never be the Same
The Future of Data Warehousing: ETL Will Never be the SameCloudera, Inc.
 
Data Lakehouse, Data Mesh, and Data Fabric (r2)
Data Lakehouse, Data Mesh, and Data Fabric (r2)Data Lakehouse, Data Mesh, and Data Fabric (r2)
Data Lakehouse, Data Mesh, and Data Fabric (r2)James Serra
 
Big Data's Impact on the Enterprise
Big Data's Impact on the EnterpriseBig Data's Impact on the Enterprise
Big Data's Impact on the EnterpriseCaserta
 
Why Your Data Science Architecture Should Include a Data Virtualization Tool ...
Why Your Data Science Architecture Should Include a Data Virtualization Tool ...Why Your Data Science Architecture Should Include a Data Virtualization Tool ...
Why Your Data Science Architecture Should Include a Data Virtualization Tool ...Denodo
 
Making the Case for Legacy Data in Modern Data Analytics Platforms
Making the Case for Legacy Data in Modern Data Analytics PlatformsMaking the Case for Legacy Data in Modern Data Analytics Platforms
Making the Case for Legacy Data in Modern Data Analytics PlatformsPrecisely
 

Ähnlich wie The Death of the Star Schema (20)

Building the Modern Data Hub
Building the Modern Data HubBuilding the Modern Data Hub
Building the Modern Data Hub
 
Building the Modern Data Hub: Beyond the Traditional Enterprise Data Warehouse
Building the Modern Data Hub: Beyond the Traditional Enterprise Data WarehouseBuilding the Modern Data Hub: Beyond the Traditional Enterprise Data Warehouse
Building the Modern Data Hub: Beyond the Traditional Enterprise Data Warehouse
 
Develop a Custom Data Solution Architecture with NorthBay
Develop a Custom Data Solution Architecture with NorthBayDevelop a Custom Data Solution Architecture with NorthBay
Develop a Custom Data Solution Architecture with NorthBay
 
Operational Data Vault
Operational Data VaultOperational Data Vault
Operational Data Vault
 
Building Data Warehouse in SQL Server
Building Data Warehouse in SQL ServerBuilding Data Warehouse in SQL Server
Building Data Warehouse in SQL Server
 
Data Modeling and Scale Out - ScaleBase + 451-Group webinar 30.4.2015
Data Modeling and Scale Out - ScaleBase + 451-Group webinar 30.4.2015 Data Modeling and Scale Out - ScaleBase + 451-Group webinar 30.4.2015
Data Modeling and Scale Out - ScaleBase + 451-Group webinar 30.4.2015
 
Original: Lean Data Model Storming for the Agile Enterprise
Original: Lean Data Model Storming for the Agile EnterpriseOriginal: Lean Data Model Storming for the Agile Enterprise
Original: Lean Data Model Storming for the Agile Enterprise
 
ADV Slides: Platforming Your Data for Success – Databases, Hadoop, Managed Ha...
ADV Slides: Platforming Your Data for Success – Databases, Hadoop, Managed Ha...ADV Slides: Platforming Your Data for Success – Databases, Hadoop, Managed Ha...
ADV Slides: Platforming Your Data for Success – Databases, Hadoop, Managed Ha...
 
Agile Data Warehousing
Agile Data WarehousingAgile Data Warehousing
Agile Data Warehousing
 
Data Warehouse Optimization
Data Warehouse OptimizationData Warehouse Optimization
Data Warehouse Optimization
 
Data Vault Introduction
Data Vault IntroductionData Vault Introduction
Data Vault Introduction
 
2022 Trends in Enterprise Analytics
2022 Trends in Enterprise Analytics2022 Trends in Enterprise Analytics
2022 Trends in Enterprise Analytics
 
The Shifting Landscape of Data Integration
The Shifting Landscape of Data IntegrationThe Shifting Landscape of Data Integration
The Shifting Landscape of Data Integration
 
Lessons learned from the proverbial battlefield - Hortonworks roadshow
Lessons learned from the proverbial battlefield - Hortonworks roadshowLessons learned from the proverbial battlefield - Hortonworks roadshow
Lessons learned from the proverbial battlefield - Hortonworks roadshow
 
Options for Data Prep - A Survey of the Current Market
Options for Data Prep - A Survey of the Current MarketOptions for Data Prep - A Survey of the Current Market
Options for Data Prep - A Survey of the Current Market
 
The Future of Data Warehousing: ETL Will Never be the Same
The Future of Data Warehousing: ETL Will Never be the SameThe Future of Data Warehousing: ETL Will Never be the Same
The Future of Data Warehousing: ETL Will Never be the Same
 
Data Lakehouse, Data Mesh, and Data Fabric (r2)
Data Lakehouse, Data Mesh, and Data Fabric (r2)Data Lakehouse, Data Mesh, and Data Fabric (r2)
Data Lakehouse, Data Mesh, and Data Fabric (r2)
 
Big Data's Impact on the Enterprise
Big Data's Impact on the EnterpriseBig Data's Impact on the Enterprise
Big Data's Impact on the Enterprise
 
Why Your Data Science Architecture Should Include a Data Virtualization Tool ...
Why Your Data Science Architecture Should Include a Data Virtualization Tool ...Why Your Data Science Architecture Should Include a Data Virtualization Tool ...
Why Your Data Science Architecture Should Include a Data Virtualization Tool ...
 
Making the Case for Legacy Data in Modern Data Analytics Platforms
Making the Case for Legacy Data in Modern Data Analytics PlatformsMaking the Case for Legacy Data in Modern Data Analytics Platforms
Making the Case for Legacy Data in Modern Data Analytics Platforms
 

Mehr von DATAVERSITY

Architecture, Products, and Total Cost of Ownership of the Leading Machine Le...
Architecture, Products, and Total Cost of Ownership of the Leading Machine Le...Architecture, Products, and Total Cost of Ownership of the Leading Machine Le...
Architecture, Products, and Total Cost of Ownership of the Leading Machine Le...DATAVERSITY
 
Data at the Speed of Business with Data Mastering and Governance
Data at the Speed of Business with Data Mastering and GovernanceData at the Speed of Business with Data Mastering and Governance
Data at the Speed of Business with Data Mastering and GovernanceDATAVERSITY
 
Exploring Levels of Data Literacy
Exploring Levels of Data LiteracyExploring Levels of Data Literacy
Exploring Levels of Data LiteracyDATAVERSITY
 
Building a Data Strategy – Practical Steps for Aligning with Business Goals
Building a Data Strategy – Practical Steps for Aligning with Business GoalsBuilding a Data Strategy – Practical Steps for Aligning with Business Goals
Building a Data Strategy – Practical Steps for Aligning with Business GoalsDATAVERSITY
 
Data Catalogs Are the Answer – What Is the Question?
Data Catalogs Are the Answer – What Is the Question?Data Catalogs Are the Answer – What Is the Question?
Data Catalogs Are the Answer – What Is the Question?DATAVERSITY
 
Data Modeling Fundamentals
Data Modeling FundamentalsData Modeling Fundamentals
Data Modeling FundamentalsDATAVERSITY
 
Showing ROI for Your Analytic Project
Showing ROI for Your Analytic ProjectShowing ROI for Your Analytic Project
Showing ROI for Your Analytic ProjectDATAVERSITY
 
Is Enterprise Data Literacy Possible?
Is Enterprise Data Literacy Possible?Is Enterprise Data Literacy Possible?
Is Enterprise Data Literacy Possible?DATAVERSITY
 
The Data Trifecta – Privacy, Security & Governance Race from Reactivity to Re...
The Data Trifecta – Privacy, Security & Governance Race from Reactivity to Re...The Data Trifecta – Privacy, Security & Governance Race from Reactivity to Re...
The Data Trifecta – Privacy, Security & Governance Race from Reactivity to Re...DATAVERSITY
 
Emerging Trends in Data Architecture – What’s the Next Big Thing?
Emerging Trends in Data Architecture – What’s the Next Big Thing?Emerging Trends in Data Architecture – What’s the Next Big Thing?
Emerging Trends in Data Architecture – What’s the Next Big Thing?DATAVERSITY
 
Data Governance Trends - A Look Backwards and Forwards
Data Governance Trends - A Look Backwards and ForwardsData Governance Trends - A Look Backwards and Forwards
Data Governance Trends - A Look Backwards and ForwardsDATAVERSITY
 
Data Governance Trends and Best Practices To Implement Today
Data Governance Trends and Best Practices To Implement TodayData Governance Trends and Best Practices To Implement Today
Data Governance Trends and Best Practices To Implement TodayDATAVERSITY
 
2023 Trends in Enterprise Analytics
2023 Trends in Enterprise Analytics2023 Trends in Enterprise Analytics
2023 Trends in Enterprise AnalyticsDATAVERSITY
 
Data Strategy Best Practices
Data Strategy Best PracticesData Strategy Best Practices
Data Strategy Best PracticesDATAVERSITY
 
Who Should Own Data Governance – IT or Business?
Who Should Own Data Governance – IT or Business?Who Should Own Data Governance – IT or Business?
Who Should Own Data Governance – IT or Business?DATAVERSITY
 
Data Management Best Practices
Data Management Best PracticesData Management Best Practices
Data Management Best PracticesDATAVERSITY
 
MLOps – Applying DevOps to Competitive Advantage
MLOps – Applying DevOps to Competitive AdvantageMLOps – Applying DevOps to Competitive Advantage
MLOps – Applying DevOps to Competitive AdvantageDATAVERSITY
 
Keeping the Pulse of Your Data – Why You Need Data Observability to Improve D...
Keeping the Pulse of Your Data – Why You Need Data Observability to Improve D...Keeping the Pulse of Your Data – Why You Need Data Observability to Improve D...
Keeping the Pulse of Your Data – Why You Need Data Observability to Improve D...DATAVERSITY
 
Empowering the Data Driven Business with Modern Business Intelligence
Empowering the Data Driven Business with Modern Business IntelligenceEmpowering the Data Driven Business with Modern Business Intelligence
Empowering the Data Driven Business with Modern Business IntelligenceDATAVERSITY
 
Data Governance Best Practices, Assessments, and Roadmaps
Data Governance Best Practices, Assessments, and RoadmapsData Governance Best Practices, Assessments, and Roadmaps
Data Governance Best Practices, Assessments, and RoadmapsDATAVERSITY
 

Mehr von DATAVERSITY (20)

Architecture, Products, and Total Cost of Ownership of the Leading Machine Le...
Architecture, Products, and Total Cost of Ownership of the Leading Machine Le...Architecture, Products, and Total Cost of Ownership of the Leading Machine Le...
Architecture, Products, and Total Cost of Ownership of the Leading Machine Le...
 
Data at the Speed of Business with Data Mastering and Governance
Data at the Speed of Business with Data Mastering and GovernanceData at the Speed of Business with Data Mastering and Governance
Data at the Speed of Business with Data Mastering and Governance
 
Exploring Levels of Data Literacy
Exploring Levels of Data LiteracyExploring Levels of Data Literacy
Exploring Levels of Data Literacy
 
Building a Data Strategy – Practical Steps for Aligning with Business Goals
Building a Data Strategy – Practical Steps for Aligning with Business GoalsBuilding a Data Strategy – Practical Steps for Aligning with Business Goals
Building a Data Strategy – Practical Steps for Aligning with Business Goals
 
Data Catalogs Are the Answer – What Is the Question?
Data Catalogs Are the Answer – What Is the Question?Data Catalogs Are the Answer – What Is the Question?
Data Catalogs Are the Answer – What Is the Question?
 
Data Modeling Fundamentals
Data Modeling FundamentalsData Modeling Fundamentals
Data Modeling Fundamentals
 
Showing ROI for Your Analytic Project
Showing ROI for Your Analytic ProjectShowing ROI for Your Analytic Project
Showing ROI for Your Analytic Project
 
Is Enterprise Data Literacy Possible?
Is Enterprise Data Literacy Possible?Is Enterprise Data Literacy Possible?
Is Enterprise Data Literacy Possible?
 
The Data Trifecta – Privacy, Security & Governance Race from Reactivity to Re...
The Data Trifecta – Privacy, Security & Governance Race from Reactivity to Re...The Data Trifecta – Privacy, Security & Governance Race from Reactivity to Re...
The Data Trifecta – Privacy, Security & Governance Race from Reactivity to Re...
 
Emerging Trends in Data Architecture – What’s the Next Big Thing?
Emerging Trends in Data Architecture – What’s the Next Big Thing?Emerging Trends in Data Architecture – What’s the Next Big Thing?
Emerging Trends in Data Architecture – What’s the Next Big Thing?
 
Data Governance Trends - A Look Backwards and Forwards
Data Governance Trends - A Look Backwards and ForwardsData Governance Trends - A Look Backwards and Forwards
Data Governance Trends - A Look Backwards and Forwards
 
Data Governance Trends and Best Practices To Implement Today
Data Governance Trends and Best Practices To Implement TodayData Governance Trends and Best Practices To Implement Today
Data Governance Trends and Best Practices To Implement Today
 
2023 Trends in Enterprise Analytics
2023 Trends in Enterprise Analytics2023 Trends in Enterprise Analytics
2023 Trends in Enterprise Analytics
 
Data Strategy Best Practices
Data Strategy Best PracticesData Strategy Best Practices
Data Strategy Best Practices
 
Who Should Own Data Governance – IT or Business?
Who Should Own Data Governance – IT or Business?Who Should Own Data Governance – IT or Business?
Who Should Own Data Governance – IT or Business?
 
Data Management Best Practices
Data Management Best PracticesData Management Best Practices
Data Management Best Practices
 
MLOps – Applying DevOps to Competitive Advantage
MLOps – Applying DevOps to Competitive AdvantageMLOps – Applying DevOps to Competitive Advantage
MLOps – Applying DevOps to Competitive Advantage
 
Keeping the Pulse of Your Data – Why You Need Data Observability to Improve D...
Keeping the Pulse of Your Data – Why You Need Data Observability to Improve D...Keeping the Pulse of Your Data – Why You Need Data Observability to Improve D...
Keeping the Pulse of Your Data – Why You Need Data Observability to Improve D...
 
Empowering the Data Driven Business with Modern Business Intelligence
Empowering the Data Driven Business with Modern Business IntelligenceEmpowering the Data Driven Business with Modern Business Intelligence
Empowering the Data Driven Business with Modern Business Intelligence
 
Data Governance Best Practices, Assessments, and Roadmaps
Data Governance Best Practices, Assessments, and RoadmapsData Governance Best Practices, Assessments, and Roadmaps
Data Governance Best Practices, Assessments, and Roadmaps
 

Kürzlich hochgeladen

Top profile Call Girls In Latur [ 7014168258 ] Call Me For Genuine Models We ...
Top profile Call Girls In Latur [ 7014168258 ] Call Me For Genuine Models We ...Top profile Call Girls In Latur [ 7014168258 ] Call Me For Genuine Models We ...
Top profile Call Girls In Latur [ 7014168258 ] Call Me For Genuine Models We ...gajnagarg
 
Nirala Nagar / Cheap Call Girls In Lucknow Phone No 9548273370 Elite Escort S...
Nirala Nagar / Cheap Call Girls In Lucknow Phone No 9548273370 Elite Escort S...Nirala Nagar / Cheap Call Girls In Lucknow Phone No 9548273370 Elite Escort S...
Nirala Nagar / Cheap Call Girls In Lucknow Phone No 9548273370 Elite Escort S...HyderabadDolls
 
In Riyadh ((+919101817206)) Cytotec kit @ Abortion Pills Saudi Arabia
In Riyadh ((+919101817206)) Cytotec kit @ Abortion Pills Saudi ArabiaIn Riyadh ((+919101817206)) Cytotec kit @ Abortion Pills Saudi Arabia
In Riyadh ((+919101817206)) Cytotec kit @ Abortion Pills Saudi Arabiaahmedjiabur940
 
Aspirational Block Program Block Syaldey District - Almora
Aspirational Block Program Block Syaldey District - AlmoraAspirational Block Program Block Syaldey District - Almora
Aspirational Block Program Block Syaldey District - AlmoraGovindSinghDasila
 
Kings of Saudi Arabia, information about them
Kings of Saudi Arabia, information about themKings of Saudi Arabia, information about them
Kings of Saudi Arabia, information about themeitharjee
 
+97470301568>>weed for sale in qatar ,weed for sale in dubai,weed for sale in...
+97470301568>>weed for sale in qatar ,weed for sale in dubai,weed for sale in...+97470301568>>weed for sale in qatar ,weed for sale in dubai,weed for sale in...
+97470301568>>weed for sale in qatar ,weed for sale in dubai,weed for sale in...Health
 
Lecture_2_Deep_Learning_Overview-newone1
Lecture_2_Deep_Learning_Overview-newone1Lecture_2_Deep_Learning_Overview-newone1
Lecture_2_Deep_Learning_Overview-newone1ranjankumarbehera14
 
Top profile Call Girls In Vadodara [ 7014168258 ] Call Me For Genuine Models ...
Top profile Call Girls In Vadodara [ 7014168258 ] Call Me For Genuine Models ...Top profile Call Girls In Vadodara [ 7014168258 ] Call Me For Genuine Models ...
Top profile Call Girls In Vadodara [ 7014168258 ] Call Me For Genuine Models ...gajnagarg
 
DATA SUMMIT 24 Building Real-Time Pipelines With FLaNK
DATA SUMMIT 24  Building Real-Time Pipelines With FLaNKDATA SUMMIT 24  Building Real-Time Pipelines With FLaNK
DATA SUMMIT 24 Building Real-Time Pipelines With FLaNKTimothy Spann
 
Top profile Call Girls In Indore [ 7014168258 ] Call Me For Genuine Models We...
Top profile Call Girls In Indore [ 7014168258 ] Call Me For Genuine Models We...Top profile Call Girls In Indore [ 7014168258 ] Call Me For Genuine Models We...
Top profile Call Girls In Indore [ 7014168258 ] Call Me For Genuine Models We...gajnagarg
 
Top profile Call Girls In dimapur [ 7014168258 ] Call Me For Genuine Models W...
Top profile Call Girls In dimapur [ 7014168258 ] Call Me For Genuine Models W...Top profile Call Girls In dimapur [ 7014168258 ] Call Me For Genuine Models W...
Top profile Call Girls In dimapur [ 7014168258 ] Call Me For Genuine Models W...gajnagarg
 
如何办理英国诺森比亚大学毕业证(NU毕业证书)成绩单原件一模一样
如何办理英国诺森比亚大学毕业证(NU毕业证书)成绩单原件一模一样如何办理英国诺森比亚大学毕业证(NU毕业证书)成绩单原件一模一样
如何办理英国诺森比亚大学毕业证(NU毕业证书)成绩单原件一模一样wsppdmt
 
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...Valters Lauzums
 
20240412-SmartCityIndex-2024-Full-Report.pdf
20240412-SmartCityIndex-2024-Full-Report.pdf20240412-SmartCityIndex-2024-Full-Report.pdf
20240412-SmartCityIndex-2024-Full-Report.pdfkhraisr
 
Dubai Call Girls Peeing O525547819 Call Girls Dubai
Dubai Call Girls Peeing O525547819 Call Girls DubaiDubai Call Girls Peeing O525547819 Call Girls Dubai
Dubai Call Girls Peeing O525547819 Call Girls Dubaikojalkojal131
 
Fun all Day Call Girls in Jaipur 9332606886 High Profile Call Girls You Ca...
Fun all Day Call Girls in Jaipur   9332606886  High Profile Call Girls You Ca...Fun all Day Call Girls in Jaipur   9332606886  High Profile Call Girls You Ca...
Fun all Day Call Girls in Jaipur 9332606886 High Profile Call Girls You Ca...kumargunjan9515
 
Top profile Call Girls In Chandrapur [ 7014168258 ] Call Me For Genuine Model...
Top profile Call Girls In Chandrapur [ 7014168258 ] Call Me For Genuine Model...Top profile Call Girls In Chandrapur [ 7014168258 ] Call Me For Genuine Model...
Top profile Call Girls In Chandrapur [ 7014168258 ] Call Me For Genuine Model...gajnagarg
 
Gartner's Data Analytics Maturity Model.pptx
Gartner's Data Analytics Maturity Model.pptxGartner's Data Analytics Maturity Model.pptx
Gartner's Data Analytics Maturity Model.pptxchadhar227
 
Top Call Girls in Balaghat 9332606886Call Girls Advance Cash On Delivery Ser...
Top Call Girls in Balaghat  9332606886Call Girls Advance Cash On Delivery Ser...Top Call Girls in Balaghat  9332606886Call Girls Advance Cash On Delivery Ser...
Top Call Girls in Balaghat 9332606886Call Girls Advance Cash On Delivery Ser...kumargunjan9515
 
Sealdah % High Class Call Girls Kolkata - 450+ Call Girl Cash Payment 8005736...
Sealdah % High Class Call Girls Kolkata - 450+ Call Girl Cash Payment 8005736...Sealdah % High Class Call Girls Kolkata - 450+ Call Girl Cash Payment 8005736...
Sealdah % High Class Call Girls Kolkata - 450+ Call Girl Cash Payment 8005736...HyderabadDolls
 

Kürzlich hochgeladen (20)

Top profile Call Girls In Latur [ 7014168258 ] Call Me For Genuine Models We ...
Top profile Call Girls In Latur [ 7014168258 ] Call Me For Genuine Models We ...Top profile Call Girls In Latur [ 7014168258 ] Call Me For Genuine Models We ...
Top profile Call Girls In Latur [ 7014168258 ] Call Me For Genuine Models We ...
 
Nirala Nagar / Cheap Call Girls In Lucknow Phone No 9548273370 Elite Escort S...
Nirala Nagar / Cheap Call Girls In Lucknow Phone No 9548273370 Elite Escort S...Nirala Nagar / Cheap Call Girls In Lucknow Phone No 9548273370 Elite Escort S...
Nirala Nagar / Cheap Call Girls In Lucknow Phone No 9548273370 Elite Escort S...
 
In Riyadh ((+919101817206)) Cytotec kit @ Abortion Pills Saudi Arabia
In Riyadh ((+919101817206)) Cytotec kit @ Abortion Pills Saudi ArabiaIn Riyadh ((+919101817206)) Cytotec kit @ Abortion Pills Saudi Arabia
In Riyadh ((+919101817206)) Cytotec kit @ Abortion Pills Saudi Arabia
 
Aspirational Block Program Block Syaldey District - Almora
Aspirational Block Program Block Syaldey District - AlmoraAspirational Block Program Block Syaldey District - Almora
Aspirational Block Program Block Syaldey District - Almora
 
Kings of Saudi Arabia, information about them
Kings of Saudi Arabia, information about themKings of Saudi Arabia, information about them
Kings of Saudi Arabia, information about them
 
+97470301568>>weed for sale in qatar ,weed for sale in dubai,weed for sale in...
+97470301568>>weed for sale in qatar ,weed for sale in dubai,weed for sale in...+97470301568>>weed for sale in qatar ,weed for sale in dubai,weed for sale in...
+97470301568>>weed for sale in qatar ,weed for sale in dubai,weed for sale in...
 
Lecture_2_Deep_Learning_Overview-newone1
Lecture_2_Deep_Learning_Overview-newone1Lecture_2_Deep_Learning_Overview-newone1
Lecture_2_Deep_Learning_Overview-newone1
 
Top profile Call Girls In Vadodara [ 7014168258 ] Call Me For Genuine Models ...
Top profile Call Girls In Vadodara [ 7014168258 ] Call Me For Genuine Models ...Top profile Call Girls In Vadodara [ 7014168258 ] Call Me For Genuine Models ...
Top profile Call Girls In Vadodara [ 7014168258 ] Call Me For Genuine Models ...
 
DATA SUMMIT 24 Building Real-Time Pipelines With FLaNK
DATA SUMMIT 24  Building Real-Time Pipelines With FLaNKDATA SUMMIT 24  Building Real-Time Pipelines With FLaNK
DATA SUMMIT 24 Building Real-Time Pipelines With FLaNK
 
Top profile Call Girls In Indore [ 7014168258 ] Call Me For Genuine Models We...
Top profile Call Girls In Indore [ 7014168258 ] Call Me For Genuine Models We...Top profile Call Girls In Indore [ 7014168258 ] Call Me For Genuine Models We...
Top profile Call Girls In Indore [ 7014168258 ] Call Me For Genuine Models We...
 
Top profile Call Girls In dimapur [ 7014168258 ] Call Me For Genuine Models W...
Top profile Call Girls In dimapur [ 7014168258 ] Call Me For Genuine Models W...Top profile Call Girls In dimapur [ 7014168258 ] Call Me For Genuine Models W...
Top profile Call Girls In dimapur [ 7014168258 ] Call Me For Genuine Models W...
 
如何办理英国诺森比亚大学毕业证(NU毕业证书)成绩单原件一模一样
如何办理英国诺森比亚大学毕业证(NU毕业证书)成绩单原件一模一样如何办理英国诺森比亚大学毕业证(NU毕业证书)成绩单原件一模一样
如何办理英国诺森比亚大学毕业证(NU毕业证书)成绩单原件一模一样
 
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...
 
20240412-SmartCityIndex-2024-Full-Report.pdf
20240412-SmartCityIndex-2024-Full-Report.pdf20240412-SmartCityIndex-2024-Full-Report.pdf
20240412-SmartCityIndex-2024-Full-Report.pdf
 
Dubai Call Girls Peeing O525547819 Call Girls Dubai
Dubai Call Girls Peeing O525547819 Call Girls DubaiDubai Call Girls Peeing O525547819 Call Girls Dubai
Dubai Call Girls Peeing O525547819 Call Girls Dubai
 
Fun all Day Call Girls in Jaipur 9332606886 High Profile Call Girls You Ca...
Fun all Day Call Girls in Jaipur   9332606886  High Profile Call Girls You Ca...Fun all Day Call Girls in Jaipur   9332606886  High Profile Call Girls You Ca...
Fun all Day Call Girls in Jaipur 9332606886 High Profile Call Girls You Ca...
 
Top profile Call Girls In Chandrapur [ 7014168258 ] Call Me For Genuine Model...
Top profile Call Girls In Chandrapur [ 7014168258 ] Call Me For Genuine Model...Top profile Call Girls In Chandrapur [ 7014168258 ] Call Me For Genuine Model...
Top profile Call Girls In Chandrapur [ 7014168258 ] Call Me For Genuine Model...
 
Gartner's Data Analytics Maturity Model.pptx
Gartner's Data Analytics Maturity Model.pptxGartner's Data Analytics Maturity Model.pptx
Gartner's Data Analytics Maturity Model.pptx
 
Top Call Girls in Balaghat 9332606886Call Girls Advance Cash On Delivery Ser...
Top Call Girls in Balaghat  9332606886Call Girls Advance Cash On Delivery Ser...Top Call Girls in Balaghat  9332606886Call Girls Advance Cash On Delivery Ser...
Top Call Girls in Balaghat 9332606886Call Girls Advance Cash On Delivery Ser...
 
Sealdah % High Class Call Girls Kolkata - 450+ Call Girl Cash Payment 8005736...
Sealdah % High Class Call Girls Kolkata - 450+ Call Girl Cash Payment 8005736...Sealdah % High Class Call Girls Kolkata - 450+ Call Girl Cash Payment 8005736...
Sealdah % High Class Call Girls Kolkata - 450+ Call Girl Cash Payment 8005736...
 

The Death of the Star Schema

  • 1. The Death of the Star Schema WEBINAR
  • 2. 2 Nick Jewell Sr Director, Product Marketing at Incorta Technology Evangelist. 25+ years Analytics Expertise in Computer-Aided Drug Design, Financial Services & Consulting dataIQ100 (2018,2020,2021) DataKind Ambassador Nick Jewell Claudia Imhoff Founder of Boulder BI Brain Trust (BBBT) A thought leader, visionary, and practitioner, Claudia Imhoff, Ph.D., is an internationally recognized expert on analytics, business intelligence, and the architectures to support these initiatives. Claudia Imhoff Speakers Pallavi Mishra Sales Engineer at Incorta Focused. Determined. Passionate. I am a keen observer and a quick learner. I have an inclination towards leveraging the evolving technology in conjunction with the right business acumen to solve complex problems. Pallavi Mishra
  • 3. 1970’s - 2000’s Relational Databases • Good for highly structured data • Simple and Reliable • Good for small to medium data sets 3 “How much information is there in the world” 1997 Michael Lesk “There may be a few thousand petabytes of information…we will be able to save everything..no information thrown away…typical information will never be looked at” https://www.lesk.com/mlesk/ksg97/ksg.html
  • 4. Rise of Internet 1990’s - early 2000’s 4 Rise in data (Doug Laney) Volume: Clickstream Velocity: High velocity transactions, digitalisation, multi-channels Variety: • Structured • Semi-Structured • Unstructured Telecommunication in optimally compressed MB
  • 5. Agenda Life of the Star Schema Death of the Star Schema Benefits of Eliminating Star Schemas Getting Started 5
  • 6. Life of the Star Schema 6
  • 7. Genesis of the Star Schema 7 The Data Warehouse Era begins • Contains integrated data from multiple sources • Sole purpose was decision support Relational DBMS technology used Date- Codd rules for data design • Most efficient way to store data • Least efficient performance for multi-join queries Enter the Star Schema: a database design that mirrors the business • Allows the business community to ask many questions • And get reasonable response times It’s the 80’s!
  • 8. Genesis of the Star Schema 8 Star Schema – a physical instantiation of a multi-join process • Significant data denormalization process to improve join performance • Fact table surrounded by dimension tables • Great way to perform multi-dimensional analysis… • As long as analytical processes or data never change… Time_ID Product_ID Program_ID Location_ID Customer_ID Order_ID etc. ---------------- Counts Usage Dollars Customer Order Location Time Product Channel Program Campaign
  • 9. Difficulties Develop… …As long as the analytical processes or data never change… • But they do – They are unpredictable, fluid, always changing The result? • Slowly changing dimensional maintenance skyrockets • Need for new dimensions constantly • Need for new (mostly redundant) star schemas • Loss of flexibility and agility! Analytical environments become nightmares of complexity Business community is not amused… 9
  • 10. Death of the Star Schema 10
  • 11. Hurrah for technological advances! 1. Cloud storage of data 2. In-memory 3. New query engines Today There Must Be A Better Way! = 11
  • 12. Data is stored in the cloud (Parquet) First Leg: Columnar Storage of Data Much reduced costs (elasticity of cloud implementations) Data storage orchestration over different storage formats • RAM (Random Access Memory) • SSD (Solid State Drive) • HDD (Spinning Discs) Optimization that improves performance by better I/O, usage of query engines, columnar/in-memory storage 12
  • 13. Most recently, reduced costs of memory mean data can now reside there rather than on disk Second Leg: In-Memory • Optimizes performance for queries by eliminating requests to disk-stored data • Improves scalability with decreased cost of memory 13
  • 14. New query engines are what make star schemas irrelevant Third Leg: New Query Engines • These engines that provide real- time joins between complex data tables = virtual star schemas • They create the needed aggregations at the same • This yields much-needed flexibility in number of queries resolved From: www.biodataanalysis.de 14
  • 15. With all three legs in place, a star schema is replaced easily Death of the Star Schema From: www.newsweek.com 15 • Data is quickly ingested and integrated • ETL process is simplified by removing star schema creation/maintenance from it • Data from many complex data tables is quickly joined and presented • For example, a fact joined to a fact is almost impossible to do in star schema implementations • With the improved performance as discussed, this is now possible!
  • 16. Benefits of Eliminating Star Schemas 16
  • 17. Benefits of Star Schema-less Environment 17 Individualized Reusable Artistic Experimental Industrial Built-for-purpose based on users and queries
  • 18. Benefits of Star Schema-less Environment 18 Flexibility and agility return to the data warehouse environment • Business users can ask impromptu questions – with virtually unlimited dimensionality • They can use much more complex, detailed data • All while receiving better response times Maintenance is greatly simplified! • Design sessions are reduced • ETL is simplified • Maintenance is lessened
  • 19. Data storage requirements are reduced • Columnar storage compresses the data • No indexes are needed Developers are freed up to do more valuable activities than maintaining star schemas • They can focus on increased availability and volumes of new data sources • They can focus on more advanced forms of analyses and experimentation capabilities Re-evaluating star schemas can uncover unknown errors 19 Benefits of Star Schema-less Environment
  • 21. 21 Getting Started Many organizations have “legacy” data warehouses. If so, here are the steps to use in migrating to a star schema- less environment: 01 Evaluate your ETL processes • Determine where the star schema bottlenecks are • Decide which star schemas are particularly burdensome in terms of creation/maintenance • Target these for migration
  • 22. 22 Getting Started 03 Begin analyzing the detailed data from which the star schema was developed • This data can add even more flexibility and agility to the overall environment • You may discover errors in previous implementations • It’s also a quick win for developers & business users 02 Group selected star schemas by the business problems they solve • Prioritize those business problem stars as to their criticality, maintenance difficulty, requests for updates • Each grouping may become its own project • This gives you a clear path forward
  • 23. 23 Getting Started 05 Expand data acquisition horizons • There is data that you might have thought was beyond your development capabilities • BUT data volumes, query performance, and time to delivery are not big problems now 04 Create a migration path • Move the set of star schema data for each business problem into the new environment according to the priority schedule • Quick win!
  • 24. 24 Getting Started 07 If you have a green field situation – lucky you! • You still need to understand the business users’ needs but go beyond those needs and embellish • You still need to determine how much ETL and data quality processing will be required • Matthew will talk about a new approach to analytics in the next section 06 Life is good! • Reduced burden of star schema design, creation, & maintenance means freed up time for development • Use that time to begin reducing backlogs of analytical requests
  • 25. Summary 25 Given the advances in analytical technologies, it is time to rethink data warehouse design and processes • You still need the star schema design phase as a mandatory step • You still need a repository of analytical data • You still need ETL or some form of data integration and quality processes BUT less of it • You still need to perform maintenance on the stored data BUT there is less of it, no indexes, and simpler data schemas You can now solve many of the past, difficult problems • By bringing in better, faster, and more flexible decision-making into your organization From: LifeIsGood.com
  • 26. Star Schemas in the Real World Powerful Insights … but with a huge supporting cast 26
  • 27. “Modern” Data Architecture A Complex and Inflexible Nightmare That Limits Insights from Perishable Data BUSINESS DATA SOURCES Sources HUMAN RESOURCES FINANCE SUPPLY CHAIN Tools RAW DATA ZONE Data Lake REFINED DATA ZONE Data Warehouses BUSINESS DATA ZONE Star Schemas Transform 25% Extract 100% Aggregate 10% 27
  • 28. © Incorta, Inc. All Rights Reserved Internal Use Only Data Ingest/ Loading Querying 3NF / Bronze Data
  • 29. 29 Do it all again for every new question Question! New Data? Weeks of work Call IT Get on a list Transform Data Lots of SQL/ETL Prep Data Cubes & Marts Ready! Only a few weeks later! THE “MODERN” WAY Bringing data to BI THE AGILE WAY Bringing BI to the data Question! I see it already and I can load it myself New insights within minutes Data Architecture to Transform Business What Changes When You Deliver 100% of Your Data for Analytics
  • 30. 30 Incorta Unified Data & Analytics Platform Data Enrichment Data Science Notebooks Custom Logic Materialized Views Machine Learning Spark Cluster Advanced Analytics & Machine Learning Data Acquisition Connectors Parallel Data Loader Schema Detection Direct Data Mapping LOADER SERVICE Shared Storage Metadata Admin Parquet Columnar Storage Direct Data Map
  • 31. Data Acquisition 31 Incorta Unified Data & Analytics Platform Connectors Parallel Data Loader Schema Detection Direct Data Mapping LOADER SERVICE Data Enrichment Data Science Notebooks Custom Logic Materialized Views Machine Learning Spark Cluster Advanced Analytics & Machine Learning Shared Storage Metadata Admin Parquet Columnar Storage Direct Data Map Data Analytics In-Memory Analytics Engine ANALYTICS SERVICE Business Views, Security Data Visualization SQL / Open Access
  • 32. “Data Architecture… …defines the blueprint for managing data assets by aligning with organizational strategy…” Aligning Data Architecture to Business Needs Data Management Body of Knowledge Definition 32
  • 33. 33 Blueprints Provide a Huge Head Start Pre-Built Dashboard and Schemas Get You Up and Running Quickly on Enterprise Data Raw tables Helper tables Aggregated Business Views Blueprints Business logic
  • 34. Essential Components for Modern Data Architecture From Raw Data to Actionable Insights 34
  • 35. Demo
  • 36. Q&A
  • 37. SEE YA LATER STAR SCHEMA Find out why the world’s most valuable companies rely on Incorta to acquire, enrich, analyze and act on data with unmatched speed. START YOUR CLOUD TRIAL TODAY cloud.incorta.com/signup
  • 38. The Direct Data Platform™