SlideShare a Scribd company logo
1 of 19
Database vs Data Warehouse:
A Comparative Review
Drew Cardon
© 2014 Health Catalyst
www.healthcatalyst.com
Proprietary. Feel free to share but we would appreciate a Health Catalyst citation.
Database vs. Data Warehouse
In the trenches of healthcare
IT, where administrators and
clinicians intersect with data
professionals, common
questions are usually asked.
I already have a database, so
why do I need a data warehouse
for healthcare analytics?”
What is the difference between a
database and a data warehouse?”
© 2014 Health Catalyst
www.healthcatalyst.com
Proprietary. Feel free to share but we would appreciate a Health Catalyst citation.
Database vs. Data Warehouse
The future of healthcare
depends on our ability to use
the massive amounts of data
now available to drive better
quality at a lower cost.
If you can’t perform analytics
to make sense of your data,
you’ll have trouble improving
quality and costs, and you
won’t succeed in the new
healthcare environment.
© 2014 Health Catalyst
www.healthcatalyst.com
Proprietary. Feel free to share but we would appreciate a Health Catalyst citation.
The High-level Distinction Between
Databases and Data Warehouses
In general a database is one
designed to make transactional
systems run efficiently– typically,
this an OLTP (online transaction
processing) database.
An electronic health record (EHR)
system is a great example of an
application that runs on an OLTP
database.
An OLTP database is typically
constrained to a single application.
© 2014 Health Catalyst
www.healthcatalyst.com
Proprietary. Feel free to share but we would appreciate a Health Catalyst citation.
The High-level Distinction Between
Databases and Data Warehouses
The important distinction is
that a transactional database
doesn’t lend itself to analytics.
To effectively perform
analytics, you need a data
warehouse.
A data warehouse is a database of a different kind: an
OLAP (online analytical processing) database. A data
warehouse exists as a layer on top of another database or
databases (usually OLTP databases). The data warehouse
takes the data from all these databases and creates a layer
optimized for and dedicated to analytics.
© 2014 Health Catalyst
www.healthcatalyst.com
Proprietary. Feel free to share but we would appreciate a Health Catalyst citation.
The High-level Distinction Between
Databases and Data Warehouses
So the short answer to the questions
asked on the first slide is simply:
A database designed to handle
transactions isn’t designed to
handle analytics. It isn’t structured
to do analytics well.
A data warehouse, on the other
hand, is structured to make
analytics fast and easy.”
© 2014 Health Catalyst
www.healthcatalyst.com
Proprietary. Feel free to share but we would appreciate a Health Catalyst citation.
Database vs Data Warehouse:
On the slides that follow we’ll take
a detailed look at some of the main
distinctions between a database
and a data warehouse.
We’ll break down characteristics of
each as they relate to similarities
and differences, how they are
used, how data is organized and
Reporting/Analysis mechanisms:
The details
© 2014 Health Catalyst
www.healthcatalyst.com
Proprietary. Feel free to share but we would appreciate a Health Catalyst citation.
Database vs Data Warehouse
Definition
DATABASE DATA WAREHOUSE
Any collection of data organized for
storage, accessibility, and retrieval.
A type of database that integrates copies
of transaction data from disparate source
systems and provisions them for
analytical use.
© 2014 Health Catalyst
www.healthcatalyst.com
Proprietary. Feel free to share but we would appreciate a Health Catalyst citation.
Database vs Data Warehouse
Types
DATABASE DATA WAREHOUSE
There are different types of databases,
but the term usually applies to an OLTP
application database, which we’ll focus
on throughout this table. Other types of
databases include OLAP (used for data
warehouses), XML, CSV files, flat text,
and even Excel spreadsheets.
We’ve actually found that many
healthcare organizations use Excel
spreadsheets to perform analytics (a
solution that is not scalable).
A data warehouse is an OLAP database.
An OLAP database layers on top of
OLTPs or other databases to perform
analytics. An important side note about
this type of database: Not all OLAPs are
created equal. They differ according to
how the data is modeled. Most data
warehouses employ either an enterprise
or dimensional data model, but at Health
Catalyst, we advocate a unique, adaptive
Late- Binding™ approach. You can learn
more about why the Late-Binding™
approach is so important in healthcare
analytics in Late-Binding vs. Models: A
Comparison of Healthcare Data
Warehouse Methodologies.
© 2014 Health Catalyst
www.healthcatalyst.com
Proprietary. Feel free to share but we would appreciate a Health Catalyst citation.
Database vs Data Warehouse
Similarities
DATABASE DATA WAREHOUSE
Both OLTP and OLAP systems store and manage data in the form of tables,
columns, indexes, keys, views, and data types. Both use SQL to query the data.
© 2014 Health Catalyst
www.healthcatalyst.com
Proprietary. Feel free to share but we would appreciate a Health Catalyst citation.
Database vs Data Warehouse
How used
DATABASE DATA WAREHOUSE
Typically constrained to a single
application: one application equals one
database. An EHR is a prime example of
a healthcare application that runs on an
OLTP database. OLTP allows for quick
real-time transactional processing. It is
built for speed and to quickly record one
targeted process (ex: patient admission
date and time).
Accommodates data storage for any
number of applications: one data
warehouse equals infinite applications
and infinite databases. OLAP allows for
one source of truth for an organization’s
data. This source of truth is used to guide
analysis and decision-making within an
organization (ex: total patients over age
18 who have been readmitted, by
department and by month). Interestingly
enough, complex queries like the one
just described are much more difficult to
handle in an OLTP database.
© 2014 Health Catalyst
www.healthcatalyst.com
Proprietary. Feel free to share but we would appreciate a Health Catalyst citation.
Database vs Data Warehouse
Service Level Agreement (SLA)
DATABASE DATA WAREHOUSE
OLTP databases must typically meet
99.99% uptime. System failure can result
in chaos and lawsuits. The database is
directly linked to the front end application.
Data is available in real time to serve the
here-and-now needs of the organization.
In healthcare, this data contributes to
clinicians delivering precise, timely
bedside care.
With OLAP databases, SLAs are more
flexible because occasional downtime for
data loads is expected. The OLAP
database is separated from frontend
applications, which allows it to be
scalable. Data is refreshed from source
systems as needed (typically this refresh
occurs every 24 hours). It serves
historical trend analysis and business
decisions.
© 2014 Health Catalyst
www.healthcatalyst.com
Proprietary. Feel free to share but we would appreciate a Health Catalyst citation.
Database vs Data Warehouse
Optimization
DATABASE DATA WAREHOUSE
Optimized for performing read-write
operations of single point transactions.
An OLTP database should deliver sub-
second response times. Performing large
analytical queries on such a database is
a bad practice, because it impacts the
performance of the system for clinicians
trying to use it for their day-to-day work.
An analytical query could take several
minutes to run, locking all clinicians out in
the meantime.
Optimized for efficiently reading/retrieving
large data sets and for aggregating data.
Because it works with such large data
sets, an OLAP database is heavy on
CPU and disk bandwidth. A data
warehouse is designed to handle large
analytical queries. This eliminates the
performance strain that analytics would
place on a transactional system.
© 2014 Health Catalyst
www.healthcatalyst.com
Proprietary. Feel free to share but we would appreciate a Health Catalyst citation.
Database vs Data Warehouse
Data Organization
DATABASE DATA WAREHOUSE
An OLTP database structure features
very complex tables and joins because
the data is normalized (it is structured in
such a way that no data is duplicated).
Making data relational in this way is what
delivers storage and processing
efficiencies—and allows those sub-
second response times.
In an OLAP database structure, data is
organized specifically to facilitate
reporting and analysis, not for quick-
hitting transactional needs. The data is
denormalized to enhance analytical
query response times and provide ease
of use for business users. Fewer tables
and a simpler structure result in easier
reporting and analysis.
© 2014 Health Catalyst
www.healthcatalyst.com
Proprietary. Feel free to share but we would appreciate a Health Catalyst citation.
Database vs Data Warehouse
Reporting/Analysis
DATABASE DATA WAREHOUSE
Because of the number of table joins,
performing analytical queries is very
complex. They usually require the
expertise of a developer or database
administrator familiar with the application.
Reporting is typically limited to more
static, siloed needs. You can actually get
quite a bit of reporting out of today’s
EHRs (which run on an OLTP database),
but these reports are static, one-time lists
in PDF format. For example, you might
generate a monthly report of heart failure
readmissions or a list of all patients with
a central line inserted. These reports are
helpful— particularly for real-time
reporting for bedside care—but they
don’t allow in-depth analysis.
With fewer table joins, analytical queries
are much easier to perform. This means
that semi-technical users (anyone who
can write a basic SQL query) can fill their
own needs. The possibilities for reporting
and analysis are endless. When it comes
to analyzing data, a static list is
insufficient. There’s an intrinsic need for
aggregating, summarizing, and drilling
down into the data. A data warehouse
offers many types of analysis:
• Descriptive (what has happened)
• Diagnostic (why it happened)
• Predictive (what will happen)
• Prescriptive (what to do about it)
© 2014 Health Catalyst
www.healthcatalyst.com
Proprietary. Feel free to share but we would appreciate a Health Catalyst citation.
Database vs Data Warehouse:
Improving quality and cost requires
analytics. And analytics requires a
data warehouse.
An OLTP database like that used by
EHRs can’t handle the necessary
level of analytics.
If you get data into your EHR, you
can report on it. If you get it into a
data warehouse, you can analyze it.
Conclusion
© 2014 Health Catalyst
www.healthcatalyst.com
Proprietary. Feel free to share but we would appreciate a Health Catalyst citation.
More about this topic
Clinical Data Repository Versus a Data Warehouse
Tim Campbell, Technical Director
Healthcare Business Intelligence: What Your Strategy Needs
Paul Horstmeier, Chief Operating Officer
Healthcare Data Warehouse Models Explained
Steve Barlow, Client Operations, SVP
Early or Late-binding Approaches to Healthcare Data Warehousing: Which Is Better for You?
Mike Doyle, Sales, VP
The Late-Binding™ Data Warehouse: A Detailed Technical Overview (Whitepaper)
Dale Sanders, Strategy, SVP
Link to original article for a more in-depth discussion.
Database vs Data Warehouse: A Comparative Review
© 2014 Health Catalyst
www.healthcatalyst.com
Proprietary. Feel free to share but we would appreciate a Health Catalyst citation.
For more information:
© 2014 Health Catalyst
www.healthcatalyst.com
Proprietary. Feel free to share but we would appreciate a Health Catalyst citation.
Drew Cardon joined Health Catalyst in November 2011 as a data architect. Prior
to this, he worked for nine years in the state tax and revenue industry as a project
manager and implementation consultant with Accenture, and later with Fast
Enterprises. He was involved in the installation of large information technology
systems for the State Tax Commissions in Arizona, Utah, and Oklahoma. He holds
a Bachelor’s degree in business from Brigham Young University and an MBA from
the University of Notre Dame.
Other Clinical Quality Improvement Resources
Click to read additional information at www.healthcatalyst.com

More Related Content

What's hot

Building a Logical Data Fabric using Data Virtualization (ASEAN)
Building a Logical Data Fabric using Data Virtualization (ASEAN)Building a Logical Data Fabric using Data Virtualization (ASEAN)
Building a Logical Data Fabric using Data Virtualization (ASEAN)Denodo
 
Introduction to Data Engineering
Introduction to Data EngineeringIntroduction to Data Engineering
Introduction to Data EngineeringDurga Gadiraju
 
Big Data: Architecture and Performance Considerations in Logical Data Lakes
Big Data: Architecture and Performance Considerations in Logical Data LakesBig Data: Architecture and Performance Considerations in Logical Data Lakes
Big Data: Architecture and Performance Considerations in Logical Data LakesDenodo
 
Building an Effective Data Warehouse Architecture
Building an Effective Data Warehouse ArchitectureBuilding an Effective Data Warehouse Architecture
Building an Effective Data Warehouse ArchitectureJames Serra
 
Big Data Tutorial | What Is Big Data | Big Data Hadoop Tutorial For Beginners...
Big Data Tutorial | What Is Big Data | Big Data Hadoop Tutorial For Beginners...Big Data Tutorial | What Is Big Data | Big Data Hadoop Tutorial For Beginners...
Big Data Tutorial | What Is Big Data | Big Data Hadoop Tutorial For Beginners...Simplilearn
 
Big Data Architecture
Big Data ArchitectureBig Data Architecture
Big Data ArchitectureGuido Schmutz
 
Data Warehousing and Data Mining
Data Warehousing and Data MiningData Warehousing and Data Mining
Data Warehousing and Data Miningidnats
 
Introduction to NoSQL Databases
Introduction to NoSQL DatabasesIntroduction to NoSQL Databases
Introduction to NoSQL DatabasesDerek Stainer
 
introduction to NOSQL Database
introduction to NOSQL Databaseintroduction to NOSQL Database
introduction to NOSQL Databasenehabsairam
 
Big Data - Applications and Technologies Overview
Big Data - Applications and Technologies OverviewBig Data - Applications and Technologies Overview
Big Data - Applications and Technologies OverviewSivashankar Ganapathy
 
Relational databases vs Non-relational databases
Relational databases vs Non-relational databasesRelational databases vs Non-relational databases
Relational databases vs Non-relational databasesJames Serra
 
Data Warehouse Basic Guide
Data Warehouse Basic GuideData Warehouse Basic Guide
Data Warehouse Basic Guidethomasmary607
 
OLAP & DATA WAREHOUSE
OLAP & DATA WAREHOUSEOLAP & DATA WAREHOUSE
OLAP & DATA WAREHOUSEZalpa Rathod
 

What's hot (20)

Nosql databases
Nosql databasesNosql databases
Nosql databases
 
Big Data Analytics
Big Data AnalyticsBig Data Analytics
Big Data Analytics
 
Building a Logical Data Fabric using Data Virtualization (ASEAN)
Building a Logical Data Fabric using Data Virtualization (ASEAN)Building a Logical Data Fabric using Data Virtualization (ASEAN)
Building a Logical Data Fabric using Data Virtualization (ASEAN)
 
Introduction to Data Engineering
Introduction to Data EngineeringIntroduction to Data Engineering
Introduction to Data Engineering
 
Big Data: Architecture and Performance Considerations in Logical Data Lakes
Big Data: Architecture and Performance Considerations in Logical Data LakesBig Data: Architecture and Performance Considerations in Logical Data Lakes
Big Data: Architecture and Performance Considerations in Logical Data Lakes
 
Building an Effective Data Warehouse Architecture
Building an Effective Data Warehouse ArchitectureBuilding an Effective Data Warehouse Architecture
Building an Effective Data Warehouse Architecture
 
Big data ppt
Big data pptBig data ppt
Big data ppt
 
Big Data Tutorial | What Is Big Data | Big Data Hadoop Tutorial For Beginners...
Big Data Tutorial | What Is Big Data | Big Data Hadoop Tutorial For Beginners...Big Data Tutorial | What Is Big Data | Big Data Hadoop Tutorial For Beginners...
Big Data Tutorial | What Is Big Data | Big Data Hadoop Tutorial For Beginners...
 
Big Data Architecture
Big Data ArchitectureBig Data Architecture
Big Data Architecture
 
NoSQL databases
NoSQL databasesNoSQL databases
NoSQL databases
 
Google BigTable
Google BigTableGoogle BigTable
Google BigTable
 
Big Data Ecosystem
Big Data EcosystemBig Data Ecosystem
Big Data Ecosystem
 
Data Warehousing and Data Mining
Data Warehousing and Data MiningData Warehousing and Data Mining
Data Warehousing and Data Mining
 
Introduction to NoSQL Databases
Introduction to NoSQL DatabasesIntroduction to NoSQL Databases
Introduction to NoSQL Databases
 
introduction to NOSQL Database
introduction to NOSQL Databaseintroduction to NOSQL Database
introduction to NOSQL Database
 
Big Data - Applications and Technologies Overview
Big Data - Applications and Technologies OverviewBig Data - Applications and Technologies Overview
Big Data - Applications and Technologies Overview
 
Relational databases vs Non-relational databases
Relational databases vs Non-relational databasesRelational databases vs Non-relational databases
Relational databases vs Non-relational databases
 
Data Warehouse Basic Guide
Data Warehouse Basic GuideData Warehouse Basic Guide
Data Warehouse Basic Guide
 
Data warehouse
Data warehouseData warehouse
Data warehouse
 
OLAP & DATA WAREHOUSE
OLAP & DATA WAREHOUSEOLAP & DATA WAREHOUSE
OLAP & DATA WAREHOUSE
 

Viewers also liked

Clinical Data Repository vs. A Data Warehouse - Which Do You Need?
Clinical Data Repository vs. A Data Warehouse - Which Do You Need?Clinical Data Repository vs. A Data Warehouse - Which Do You Need?
Clinical Data Repository vs. A Data Warehouse - Which Do You Need?Health Catalyst
 
5 Reasons Why Healthcare Data is Unique and Difficult to Measure
5 Reasons Why Healthcare Data is Unique and Difficult to Measure5 Reasons Why Healthcare Data is Unique and Difficult to Measure
5 Reasons Why Healthcare Data is Unique and Difficult to MeasureHealth Catalyst
 
What is the best Healthcare Data Warehouse Model for Your Organization?
What is the best Healthcare Data Warehouse Model for Your Organization?What is the best Healthcare Data Warehouse Model for Your Organization?
What is the best Healthcare Data Warehouse Model for Your Organization?Health Catalyst
 
Why Your Healthcare Business Intelligence Strategy Can't Win
Why Your Healthcare Business Intelligence Strategy Can't WinWhy Your Healthcare Business Intelligence Strategy Can't Win
Why Your Healthcare Business Intelligence Strategy Can't WinHealth Catalyst
 
Improving the Outcomes That Matter Most to Patients
Improving the Outcomes That Matter Most to PatientsImproving the Outcomes That Matter Most to Patients
Improving the Outcomes That Matter Most to PatientsHealth Catalyst
 
The Top Six Early Detection and Action Must-Haves for Improving Outcomes
The Top Six Early Detection and Action Must-Haves for Improving OutcomesThe Top Six Early Detection and Action Must-Haves for Improving Outcomes
The Top Six Early Detection and Action Must-Haves for Improving OutcomesHealth Catalyst
 
Data Lake vs. Data Warehouse: Which is Right for Healthcare?
Data Lake vs. Data Warehouse: Which is Right for Healthcare?Data Lake vs. Data Warehouse: Which is Right for Healthcare?
Data Lake vs. Data Warehouse: Which is Right for Healthcare?Health Catalyst
 
Demystifying Healthcare Data Governance
Demystifying Healthcare Data GovernanceDemystifying Healthcare Data Governance
Demystifying Healthcare Data GovernanceHealth Catalyst
 
6 Steps for Implementing Successful Performance Improvement Initiatives in He...
6 Steps for Implementing Successful Performance Improvement Initiatives in He...6 Steps for Implementing Successful Performance Improvement Initiatives in He...
6 Steps for Implementing Successful Performance Improvement Initiatives in He...Health Catalyst
 
Improving Patient Safety and Quality Through Culture, Clinical Analytics, Evi...
Improving Patient Safety and Quality Through Culture, Clinical Analytics, Evi...Improving Patient Safety and Quality Through Culture, Clinical Analytics, Evi...
Improving Patient Safety and Quality Through Culture, Clinical Analytics, Evi...Health Catalyst
 
Spatial data mining
Spatial data miningSpatial data mining
Spatial data miningMITS Gwalior
 
data mining and data warehousing
data mining and data warehousingdata mining and data warehousing
data mining and data warehousingSunny Gandhi
 
Healthcare Dashboards: 3 Keys for Creating Effective and Insightful Executive...
Healthcare Dashboards: 3 Keys for Creating Effective and Insightful Executive...Healthcare Dashboards: 3 Keys for Creating Effective and Insightful Executive...
Healthcare Dashboards: 3 Keys for Creating Effective and Insightful Executive...Health Catalyst
 
Zoo management system
Zoo management systemZoo management system
Zoo management systemKanika Pal
 
Online blood bank management system
Online blood bank management systemOnline blood bank management system
Online blood bank management systemskk4646
 
Blood donor managment system
Blood donor managment systemBlood donor managment system
Blood donor managment systemAfsarah Jahin
 
Criminal Record Management
Criminal Record ManagementCriminal Record Management
Criminal Record ManagementKhokan Sardar
 

Viewers also liked (20)

Clinical Data Repository vs. A Data Warehouse - Which Do You Need?
Clinical Data Repository vs. A Data Warehouse - Which Do You Need?Clinical Data Repository vs. A Data Warehouse - Which Do You Need?
Clinical Data Repository vs. A Data Warehouse - Which Do You Need?
 
5 Reasons Why Healthcare Data is Unique and Difficult to Measure
5 Reasons Why Healthcare Data is Unique and Difficult to Measure5 Reasons Why Healthcare Data is Unique and Difficult to Measure
5 Reasons Why Healthcare Data is Unique and Difficult to Measure
 
What is the best Healthcare Data Warehouse Model for Your Organization?
What is the best Healthcare Data Warehouse Model for Your Organization?What is the best Healthcare Data Warehouse Model for Your Organization?
What is the best Healthcare Data Warehouse Model for Your Organization?
 
Why Your Healthcare Business Intelligence Strategy Can't Win
Why Your Healthcare Business Intelligence Strategy Can't WinWhy Your Healthcare Business Intelligence Strategy Can't Win
Why Your Healthcare Business Intelligence Strategy Can't Win
 
Improving the Outcomes That Matter Most to Patients
Improving the Outcomes That Matter Most to PatientsImproving the Outcomes That Matter Most to Patients
Improving the Outcomes That Matter Most to Patients
 
The Top Six Early Detection and Action Must-Haves for Improving Outcomes
The Top Six Early Detection and Action Must-Haves for Improving OutcomesThe Top Six Early Detection and Action Must-Haves for Improving Outcomes
The Top Six Early Detection and Action Must-Haves for Improving Outcomes
 
Data Lake vs. Data Warehouse: Which is Right for Healthcare?
Data Lake vs. Data Warehouse: Which is Right for Healthcare?Data Lake vs. Data Warehouse: Which is Right for Healthcare?
Data Lake vs. Data Warehouse: Which is Right for Healthcare?
 
Demystifying Healthcare Data Governance
Demystifying Healthcare Data GovernanceDemystifying Healthcare Data Governance
Demystifying Healthcare Data Governance
 
6 Steps for Implementing Successful Performance Improvement Initiatives in He...
6 Steps for Implementing Successful Performance Improvement Initiatives in He...6 Steps for Implementing Successful Performance Improvement Initiatives in He...
6 Steps for Implementing Successful Performance Improvement Initiatives in He...
 
Improving Patient Safety and Quality Through Culture, Clinical Analytics, Evi...
Improving Patient Safety and Quality Through Culture, Clinical Analytics, Evi...Improving Patient Safety and Quality Through Culture, Clinical Analytics, Evi...
Improving Patient Safety and Quality Through Culture, Clinical Analytics, Evi...
 
Spatial data mining
Spatial data miningSpatial data mining
Spatial data mining
 
data mining and data warehousing
data mining and data warehousingdata mining and data warehousing
data mining and data warehousing
 
The 10 Year Project
The 10 Year ProjectThe 10 Year Project
The 10 Year Project
 
Healthcare Dashboards: 3 Keys for Creating Effective and Insightful Executive...
Healthcare Dashboards: 3 Keys for Creating Effective and Insightful Executive...Healthcare Dashboards: 3 Keys for Creating Effective and Insightful Executive...
Healthcare Dashboards: 3 Keys for Creating Effective and Insightful Executive...
 
WannaCry: How to Protect Yourself
WannaCry: How to Protect YourselfWannaCry: How to Protect Yourself
WannaCry: How to Protect Yourself
 
Zoo management system
Zoo management systemZoo management system
Zoo management system
 
Online blood bank management system
Online blood bank management systemOnline blood bank management system
Online blood bank management system
 
Blood donor managment system
Blood donor managment systemBlood donor managment system
Blood donor managment system
 
Criminal Record Management
Criminal Record ManagementCriminal Record Management
Criminal Record Management
 
Waste Management System
Waste Management SystemWaste Management System
Waste Management System
 

Similar to Database vs Data Warehouse: A Comparative Review

Aiding Analytics Adoption Via Metadata-Driven Architecture: If You Build It, ...
Aiding Analytics Adoption Via Metadata-Driven Architecture: If You Build It, ...Aiding Analytics Adoption Via Metadata-Driven Architecture: If You Build It, ...
Aiding Analytics Adoption Via Metadata-Driven Architecture: If You Build It, ...Health Catalyst
 
Top 60+ Data Warehouse Interview Questions and Answers.pdf
Top 60+ Data Warehouse Interview Questions and Answers.pdfTop 60+ Data Warehouse Interview Questions and Answers.pdf
Top 60+ Data Warehouse Interview Questions and Answers.pdfDatacademy.ai
 
Healthcare Data Warehouse Models Explained
Healthcare Data Warehouse Models ExplainedHealthcare Data Warehouse Models Explained
Healthcare Data Warehouse Models ExplainedHealth Catalyst
 
Data warehousing interview_questionsandanswers
Data warehousing interview_questionsandanswersData warehousing interview_questionsandanswers
Data warehousing interview_questionsandanswersSourav Singh
 
Big Data in Healthcare Made Simple: Where It Stands Today and Where It’s Going
Big Data in Healthcare Made Simple: Where It Stands Today and Where It’s GoingBig Data in Healthcare Made Simple: Where It Stands Today and Where It’s Going
Big Data in Healthcare Made Simple: Where It Stands Today and Where It’s GoingHealth Catalyst
 
The Four Essential Zones of a Healthcare Data Lake
The Four Essential Zones of a Healthcare Data LakeThe Four Essential Zones of a Healthcare Data Lake
The Four Essential Zones of a Healthcare Data LakeHealth Catalyst
 
Optimising Data Lakes for Financial Services
Optimising Data Lakes for Financial ServicesOptimising Data Lakes for Financial Services
Optimising Data Lakes for Financial ServicesAndrew Carr
 
Differences between data lakes and datawarehouse
  Differences between data lakes and datawarehouse  Differences between data lakes and datawarehouse
Differences between data lakes and datawarehouseamarkayam
 
Data warehouse concepts
Data warehouse conceptsData warehouse concepts
Data warehouse conceptsobieefans
 
WP_Impetus_2016_Guide_to_Modernize_Your_Enterprise_Data_Warehouse_JRoberts
WP_Impetus_2016_Guide_to_Modernize_Your_Enterprise_Data_Warehouse_JRobertsWP_Impetus_2016_Guide_to_Modernize_Your_Enterprise_Data_Warehouse_JRoberts
WP_Impetus_2016_Guide_to_Modernize_Your_Enterprise_Data_Warehouse_JRobertsJane Roberts
 
Implementation of Data Marts in Data ware house
Implementation of Data Marts in Data ware houseImplementation of Data Marts in Data ware house
Implementation of Data Marts in Data ware houseIJARIIT
 
Informatica and datawarehouse Material
Informatica and datawarehouse MaterialInformatica and datawarehouse Material
Informatica and datawarehouse Materialobieefans
 
DATA WAREHOUSING
DATA WAREHOUSINGDATA WAREHOUSING
DATA WAREHOUSINGKing Julian
 
Module 1_Data Warehousing Fundamentals.pptx
Module 1_Data Warehousing Fundamentals.pptxModule 1_Data Warehousing Fundamentals.pptx
Module 1_Data Warehousing Fundamentals.pptxnikshaikh786
 
Data warehouse
Data warehouseData warehouse
Data warehouseRajThakuri
 

Similar to Database vs Data Warehouse: A Comparative Review (20)

Database Vs.pptx
Database Vs.pptxDatabase Vs.pptx
Database Vs.pptx
 
Aiding Analytics Adoption Via Metadata-Driven Architecture: If You Build It, ...
Aiding Analytics Adoption Via Metadata-Driven Architecture: If You Build It, ...Aiding Analytics Adoption Via Metadata-Driven Architecture: If You Build It, ...
Aiding Analytics Adoption Via Metadata-Driven Architecture: If You Build It, ...
 
Top 60+ Data Warehouse Interview Questions and Answers.pdf
Top 60+ Data Warehouse Interview Questions and Answers.pdfTop 60+ Data Warehouse Interview Questions and Answers.pdf
Top 60+ Data Warehouse Interview Questions and Answers.pdf
 
Oracle sql plsql & dw
Oracle sql plsql & dwOracle sql plsql & dw
Oracle sql plsql & dw
 
Healthcare Data Warehouse Models Explained
Healthcare Data Warehouse Models ExplainedHealthcare Data Warehouse Models Explained
Healthcare Data Warehouse Models Explained
 
Data warehousing interview_questionsandanswers
Data warehousing interview_questionsandanswersData warehousing interview_questionsandanswers
Data warehousing interview_questionsandanswers
 
Big Data in Healthcare Made Simple: Where It Stands Today and Where It’s Going
Big Data in Healthcare Made Simple: Where It Stands Today and Where It’s GoingBig Data in Healthcare Made Simple: Where It Stands Today and Where It’s Going
Big Data in Healthcare Made Simple: Where It Stands Today and Where It’s Going
 
The Four Essential Zones of a Healthcare Data Lake
The Four Essential Zones of a Healthcare Data LakeThe Four Essential Zones of a Healthcare Data Lake
The Four Essential Zones of a Healthcare Data Lake
 
[IJET-V1I5P5] Authors: T.Jalaja, M.Shailaja
[IJET-V1I5P5] Authors: T.Jalaja, M.Shailaja[IJET-V1I5P5] Authors: T.Jalaja, M.Shailaja
[IJET-V1I5P5] Authors: T.Jalaja, M.Shailaja
 
Optimising Data Lakes for Financial Services
Optimising Data Lakes for Financial ServicesOptimising Data Lakes for Financial Services
Optimising Data Lakes for Financial Services
 
Differences between data lakes and datawarehouse
  Differences between data lakes and datawarehouse  Differences between data lakes and datawarehouse
Differences between data lakes and datawarehouse
 
Issue in Data warehousing and OLAP in E-business
Issue in Data warehousing and OLAP in E-businessIssue in Data warehousing and OLAP in E-business
Issue in Data warehousing and OLAP in E-business
 
DATA WAREHOUSE.pptx
DATA WAREHOUSE.pptxDATA WAREHOUSE.pptx
DATA WAREHOUSE.pptx
 
Data warehouse concepts
Data warehouse conceptsData warehouse concepts
Data warehouse concepts
 
WP_Impetus_2016_Guide_to_Modernize_Your_Enterprise_Data_Warehouse_JRoberts
WP_Impetus_2016_Guide_to_Modernize_Your_Enterprise_Data_Warehouse_JRobertsWP_Impetus_2016_Guide_to_Modernize_Your_Enterprise_Data_Warehouse_JRoberts
WP_Impetus_2016_Guide_to_Modernize_Your_Enterprise_Data_Warehouse_JRoberts
 
Implementation of Data Marts in Data ware house
Implementation of Data Marts in Data ware houseImplementation of Data Marts in Data ware house
Implementation of Data Marts in Data ware house
 
Informatica and datawarehouse Material
Informatica and datawarehouse MaterialInformatica and datawarehouse Material
Informatica and datawarehouse Material
 
DATA WAREHOUSING
DATA WAREHOUSINGDATA WAREHOUSING
DATA WAREHOUSING
 
Module 1_Data Warehousing Fundamentals.pptx
Module 1_Data Warehousing Fundamentals.pptxModule 1_Data Warehousing Fundamentals.pptx
Module 1_Data Warehousing Fundamentals.pptx
 
Data warehouse
Data warehouseData warehouse
Data warehouse
 

More from Health Catalyst

2024 HCAT Healthcare Technology Insights
2024 HCAT Healthcare Technology Insights2024 HCAT Healthcare Technology Insights
2024 HCAT Healthcare Technology InsightsHealth Catalyst
 
Three Keys to a Successful Margin: Charges, Costs, and Labor
Three Keys to a Successful Margin: Charges, Costs, and LaborThree Keys to a Successful Margin: Charges, Costs, and Labor
Three Keys to a Successful Margin: Charges, Costs, and LaborHealth Catalyst
 
2024 CPT® Updates (Professional Services Focused) - Part 3
2024 CPT® Updates (Professional Services Focused) - Part 32024 CPT® Updates (Professional Services Focused) - Part 3
2024 CPT® Updates (Professional Services Focused) - Part 3Health Catalyst
 
2024 CPT® Code Updates (HIM Focused) - Part 2
2024 CPT® Code Updates (HIM Focused) - Part 22024 CPT® Code Updates (HIM Focused) - Part 2
2024 CPT® Code Updates (HIM Focused) - Part 2Health Catalyst
 
2024 CPT® Code Updates (CDM Focused) - Part 1
2024 CPT® Code Updates (CDM Focused) - Part 12024 CPT® Code Updates (CDM Focused) - Part 1
2024 CPT® Code Updates (CDM Focused) - Part 1Health Catalyst
 
What’s Next for Hospital Price Transparency in 2024 and Beyond
What’s Next for Hospital Price Transparency in 2024 and BeyondWhat’s Next for Hospital Price Transparency in 2024 and Beyond
What’s Next for Hospital Price Transparency in 2024 and BeyondHealth Catalyst
 
Automated Patient Reported Outcomes (PROs) for Hip & Knee Replacement
Automated Patient Reported Outcomes (PROs) for Hip & Knee ReplacementAutomated Patient Reported Outcomes (PROs) for Hip & Knee Replacement
Automated Patient Reported Outcomes (PROs) for Hip & Knee ReplacementHealth Catalyst
 
2024 Medicare Physician Fee Schedule (MPFS) Final Rule Updates
2024 Medicare Physician Fee Schedule (MPFS) Final Rule Updates2024 Medicare Physician Fee Schedule (MPFS) Final Rule Updates
2024 Medicare Physician Fee Schedule (MPFS) Final Rule UpdatesHealth Catalyst
 
What's Next for OPPS: A Look at the 2024 Final Rule
What's Next for OPPS: A Look at the 2024 Final RuleWhat's Next for OPPS: A Look at the 2024 Final Rule
What's Next for OPPS: A Look at the 2024 Final RuleHealth Catalyst
 
Insight into the 2024 ICD-10 PCS Updates - Part 2
Insight into the 2024 ICD-10 PCS Updates - Part 2Insight into the 2024 ICD-10 PCS Updates - Part 2
Insight into the 2024 ICD-10 PCS Updates - Part 2Health Catalyst
 
Vitalware Insight Into the 2024 ICD10 CM Updates.pdf
Vitalware Insight Into the 2024 ICD10 CM Updates.pdfVitalware Insight Into the 2024 ICD10 CM Updates.pdf
Vitalware Insight Into the 2024 ICD10 CM Updates.pdfHealth Catalyst
 
Driving Value: Boosting Clinical Registry Value Using ARMUS Solutions
Driving Value: Boosting Clinical Registry Value Using ARMUS SolutionsDriving Value: Boosting Clinical Registry Value Using ARMUS Solutions
Driving Value: Boosting Clinical Registry Value Using ARMUS SolutionsHealth Catalyst
 
Tech-Enabled Managed Services: Not Your Average Outsourcing
Tech-Enabled Managed Services: Not Your Average OutsourcingTech-Enabled Managed Services: Not Your Average Outsourcing
Tech-Enabled Managed Services: Not Your Average OutsourcingHealth Catalyst
 
2023 Mid-Year CPT/HCPCS Code Set Updates
2023 Mid-Year CPT/HCPCS Code Set Updates2023 Mid-Year CPT/HCPCS Code Set Updates
2023 Mid-Year CPT/HCPCS Code Set UpdatesHealth Catalyst
 
How Managing Chronic Conditions Is Streamlined with Digital Technology
How Managing Chronic Conditions Is Streamlined with Digital TechnologyHow Managing Chronic Conditions Is Streamlined with Digital Technology
How Managing Chronic Conditions Is Streamlined with Digital TechnologyHealth Catalyst
 
COVID-19: After the Public Health Emergency Ends
COVID-19: After the Public Health Emergency EndsCOVID-19: After the Public Health Emergency Ends
COVID-19: After the Public Health Emergency EndsHealth Catalyst
 
Automated Medication Compliance Tools for the Provider and Patient
Automated Medication Compliance Tools for the Provider and PatientAutomated Medication Compliance Tools for the Provider and Patient
Automated Medication Compliance Tools for the Provider and PatientHealth Catalyst
 
A Facility-Focused Guide to Applying Modifiers Corectly.pptx
A Facility-Focused Guide to Applying Modifiers Corectly.pptxA Facility-Focused Guide to Applying Modifiers Corectly.pptx
A Facility-Focused Guide to Applying Modifiers Corectly.pptxHealth Catalyst
 
Self-Service Analytics: How to Use Healthcare Business Intelligence
Self-Service Analytics: How to Use Healthcare Business IntelligenceSelf-Service Analytics: How to Use Healthcare Business Intelligence
Self-Service Analytics: How to Use Healthcare Business IntelligenceHealth Catalyst
 
Optimize Your Labor Management with Health Catalyst PowerLabor™
Optimize Your Labor Management with Health Catalyst PowerLabor™Optimize Your Labor Management with Health Catalyst PowerLabor™
Optimize Your Labor Management with Health Catalyst PowerLabor™Health Catalyst
 

More from Health Catalyst (20)

2024 HCAT Healthcare Technology Insights
2024 HCAT Healthcare Technology Insights2024 HCAT Healthcare Technology Insights
2024 HCAT Healthcare Technology Insights
 
Three Keys to a Successful Margin: Charges, Costs, and Labor
Three Keys to a Successful Margin: Charges, Costs, and LaborThree Keys to a Successful Margin: Charges, Costs, and Labor
Three Keys to a Successful Margin: Charges, Costs, and Labor
 
2024 CPT® Updates (Professional Services Focused) - Part 3
2024 CPT® Updates (Professional Services Focused) - Part 32024 CPT® Updates (Professional Services Focused) - Part 3
2024 CPT® Updates (Professional Services Focused) - Part 3
 
2024 CPT® Code Updates (HIM Focused) - Part 2
2024 CPT® Code Updates (HIM Focused) - Part 22024 CPT® Code Updates (HIM Focused) - Part 2
2024 CPT® Code Updates (HIM Focused) - Part 2
 
2024 CPT® Code Updates (CDM Focused) - Part 1
2024 CPT® Code Updates (CDM Focused) - Part 12024 CPT® Code Updates (CDM Focused) - Part 1
2024 CPT® Code Updates (CDM Focused) - Part 1
 
What’s Next for Hospital Price Transparency in 2024 and Beyond
What’s Next for Hospital Price Transparency in 2024 and BeyondWhat’s Next for Hospital Price Transparency in 2024 and Beyond
What’s Next for Hospital Price Transparency in 2024 and Beyond
 
Automated Patient Reported Outcomes (PROs) for Hip & Knee Replacement
Automated Patient Reported Outcomes (PROs) for Hip & Knee ReplacementAutomated Patient Reported Outcomes (PROs) for Hip & Knee Replacement
Automated Patient Reported Outcomes (PROs) for Hip & Knee Replacement
 
2024 Medicare Physician Fee Schedule (MPFS) Final Rule Updates
2024 Medicare Physician Fee Schedule (MPFS) Final Rule Updates2024 Medicare Physician Fee Schedule (MPFS) Final Rule Updates
2024 Medicare Physician Fee Schedule (MPFS) Final Rule Updates
 
What's Next for OPPS: A Look at the 2024 Final Rule
What's Next for OPPS: A Look at the 2024 Final RuleWhat's Next for OPPS: A Look at the 2024 Final Rule
What's Next for OPPS: A Look at the 2024 Final Rule
 
Insight into the 2024 ICD-10 PCS Updates - Part 2
Insight into the 2024 ICD-10 PCS Updates - Part 2Insight into the 2024 ICD-10 PCS Updates - Part 2
Insight into the 2024 ICD-10 PCS Updates - Part 2
 
Vitalware Insight Into the 2024 ICD10 CM Updates.pdf
Vitalware Insight Into the 2024 ICD10 CM Updates.pdfVitalware Insight Into the 2024 ICD10 CM Updates.pdf
Vitalware Insight Into the 2024 ICD10 CM Updates.pdf
 
Driving Value: Boosting Clinical Registry Value Using ARMUS Solutions
Driving Value: Boosting Clinical Registry Value Using ARMUS SolutionsDriving Value: Boosting Clinical Registry Value Using ARMUS Solutions
Driving Value: Boosting Clinical Registry Value Using ARMUS Solutions
 
Tech-Enabled Managed Services: Not Your Average Outsourcing
Tech-Enabled Managed Services: Not Your Average OutsourcingTech-Enabled Managed Services: Not Your Average Outsourcing
Tech-Enabled Managed Services: Not Your Average Outsourcing
 
2023 Mid-Year CPT/HCPCS Code Set Updates
2023 Mid-Year CPT/HCPCS Code Set Updates2023 Mid-Year CPT/HCPCS Code Set Updates
2023 Mid-Year CPT/HCPCS Code Set Updates
 
How Managing Chronic Conditions Is Streamlined with Digital Technology
How Managing Chronic Conditions Is Streamlined with Digital TechnologyHow Managing Chronic Conditions Is Streamlined with Digital Technology
How Managing Chronic Conditions Is Streamlined with Digital Technology
 
COVID-19: After the Public Health Emergency Ends
COVID-19: After the Public Health Emergency EndsCOVID-19: After the Public Health Emergency Ends
COVID-19: After the Public Health Emergency Ends
 
Automated Medication Compliance Tools for the Provider and Patient
Automated Medication Compliance Tools for the Provider and PatientAutomated Medication Compliance Tools for the Provider and Patient
Automated Medication Compliance Tools for the Provider and Patient
 
A Facility-Focused Guide to Applying Modifiers Corectly.pptx
A Facility-Focused Guide to Applying Modifiers Corectly.pptxA Facility-Focused Guide to Applying Modifiers Corectly.pptx
A Facility-Focused Guide to Applying Modifiers Corectly.pptx
 
Self-Service Analytics: How to Use Healthcare Business Intelligence
Self-Service Analytics: How to Use Healthcare Business IntelligenceSelf-Service Analytics: How to Use Healthcare Business Intelligence
Self-Service Analytics: How to Use Healthcare Business Intelligence
 
Optimize Your Labor Management with Health Catalyst PowerLabor™
Optimize Your Labor Management with Health Catalyst PowerLabor™Optimize Your Labor Management with Health Catalyst PowerLabor™
Optimize Your Labor Management with Health Catalyst PowerLabor™
 

Recently uploaded

Local Advanced Esophageal Cancer (T3-4N0-2M0): Artificial Intelligence, Syner...
Local Advanced Esophageal Cancer (T3-4N0-2M0): Artificial Intelligence, Syner...Local Advanced Esophageal Cancer (T3-4N0-2M0): Artificial Intelligence, Syner...
Local Advanced Esophageal Cancer (T3-4N0-2M0): Artificial Intelligence, Syner...Oleg Kshivets
 
Globalny raport: „Prawdziwe piękno 2024" od Dove
Globalny raport: „Prawdziwe piękno 2024" od DoveGlobalny raport: „Prawdziwe piękno 2024" od Dove
Globalny raport: „Prawdziwe piękno 2024" od Doveagatadrynko
 
Text Neck Syndrome and its probable way out.pptx
Text Neck Syndrome and its probable way out.pptxText Neck Syndrome and its probable way out.pptx
Text Neck Syndrome and its probable way out.pptxProf. Satyen Bhattacharyya
 
办理西安大略大学毕业证成绩单|购买加拿大UWO文凭证书
办理西安大略大学毕业证成绩单|购买加拿大UWO文凭证书办理西安大略大学毕业证成绩单|购买加拿大UWO文凭证书
办理西安大略大学毕业证成绩单|购买加拿大UWO文凭证书zdzoqco
 
Preventing Common Nutritional Deficiencies In Poultry Flocks (PPT).pdf
Preventing Common Nutritional Deficiencies In Poultry Flocks (PPT).pdfPreventing Common Nutritional Deficiencies In Poultry Flocks (PPT).pdf
Preventing Common Nutritional Deficiencies In Poultry Flocks (PPT).pdfAditiAlishetty
 
TEENAGE PREGNANCY PREVENTION AND AWARENESS
TEENAGE PREGNANCY PREVENTION AND AWARENESSTEENAGE PREGNANCY PREVENTION AND AWARENESS
TEENAGE PREGNANCY PREVENTION AND AWARENESSPeterJamesVitug
 
lupus quiz.pptx for knowing lupus thoroughly
lupus quiz.pptx for knowing lupus thoroughlylupus quiz.pptx for knowing lupus thoroughly
lupus quiz.pptx for knowing lupus thoroughlyRitasman Baisya
 
What are weight loss medication services?
What are weight loss medication services?What are weight loss medication services?
What are weight loss medication services?Optimal Healing 4u
 
Critical Advancements in Healthcare Software Development | smartData Enterpri...
Critical Advancements in Healthcare Software Development | smartData Enterpri...Critical Advancements in Healthcare Software Development | smartData Enterpri...
Critical Advancements in Healthcare Software Development | smartData Enterpri...amynickle2106
 
『澳洲文凭』买莫道克大学毕业证书成绩单办理澳洲Murdoch文凭学位证书
『澳洲文凭』买莫道克大学毕业证书成绩单办理澳洲Murdoch文凭学位证书『澳洲文凭』买莫道克大学毕业证书成绩单办理澳洲Murdoch文凭学位证书
『澳洲文凭』买莫道克大学毕业证书成绩单办理澳洲Murdoch文凭学位证书rnrncn29
 
Artificial Intelligence Robotics & Computational Fluid Dynamics
Artificial Intelligence Robotics & Computational Fluid DynamicsArtificial Intelligence Robotics & Computational Fluid Dynamics
Artificial Intelligence Robotics & Computational Fluid DynamicsParag Kothawade
 
Importance of Assessing Level of Consciousness in Medical Care | The Lifescie...
Importance of Assessing Level of Consciousness in Medical Care | The Lifescie...Importance of Assessing Level of Consciousness in Medical Care | The Lifescie...
Importance of Assessing Level of Consciousness in Medical Care | The Lifescie...The Lifesciences Magazine
 
Field exchange, Issue 72 April 2024 FEX-72.pdf
Field exchange, Issue 72 April 2024 FEX-72.pdfField exchange, Issue 72 April 2024 FEX-72.pdf
Field exchange, Issue 72 April 2024 FEX-72.pdfMohamed Miyir
 
unit-3 blood product B.Pharma 3rd year .pptx
unit-3 blood product B.Pharma 3rd year .pptxunit-3 blood product B.Pharma 3rd year .pptx
unit-3 blood product B.Pharma 3rd year .pptxBkGupta21
 
Incentive spirometry powerpoint presentation
Incentive spirometry powerpoint presentationIncentive spirometry powerpoint presentation
Incentive spirometry powerpoint presentationpratiksha ghimire
 
Back care and back massage. powerpoint presentation
Back care and back massage. powerpoint presentationBack care and back massage. powerpoint presentation
Back care and back massage. powerpoint presentationpratiksha ghimire
 
FAMILY in sociology for physiotherapists.pptx
FAMILY in sociology for physiotherapists.pptxFAMILY in sociology for physiotherapists.pptx
FAMILY in sociology for physiotherapists.pptxMumux Mirani
 
Professional Ear Wax Cleaning Services for Your Home
Professional Ear Wax Cleaning Services for Your HomeProfessional Ear Wax Cleaning Services for Your Home
Professional Ear Wax Cleaning Services for Your HomeEarwax Doctor
 
SARS Cov-2 INFECTION AND ITS EMERGING VARIANTS
SARS Cov-2 INFECTION AND ITS EMERGING VARIANTSSARS Cov-2 INFECTION AND ITS EMERGING VARIANTS
SARS Cov-2 INFECTION AND ITS EMERGING VARIANTSNehaSaini499770
 

Recently uploaded (20)

Local Advanced Esophageal Cancer (T3-4N0-2M0): Artificial Intelligence, Syner...
Local Advanced Esophageal Cancer (T3-4N0-2M0): Artificial Intelligence, Syner...Local Advanced Esophageal Cancer (T3-4N0-2M0): Artificial Intelligence, Syner...
Local Advanced Esophageal Cancer (T3-4N0-2M0): Artificial Intelligence, Syner...
 
Globalny raport: „Prawdziwe piękno 2024" od Dove
Globalny raport: „Prawdziwe piękno 2024" od DoveGlobalny raport: „Prawdziwe piękno 2024" od Dove
Globalny raport: „Prawdziwe piękno 2024" od Dove
 
Text Neck Syndrome and its probable way out.pptx
Text Neck Syndrome and its probable way out.pptxText Neck Syndrome and its probable way out.pptx
Text Neck Syndrome and its probable way out.pptx
 
办理西安大略大学毕业证成绩单|购买加拿大UWO文凭证书
办理西安大略大学毕业证成绩单|购买加拿大UWO文凭证书办理西安大略大学毕业证成绩单|购买加拿大UWO文凭证书
办理西安大略大学毕业证成绩单|购买加拿大UWO文凭证书
 
Preventing Common Nutritional Deficiencies In Poultry Flocks (PPT).pdf
Preventing Common Nutritional Deficiencies In Poultry Flocks (PPT).pdfPreventing Common Nutritional Deficiencies In Poultry Flocks (PPT).pdf
Preventing Common Nutritional Deficiencies In Poultry Flocks (PPT).pdf
 
TEENAGE PREGNANCY PREVENTION AND AWARENESS
TEENAGE PREGNANCY PREVENTION AND AWARENESSTEENAGE PREGNANCY PREVENTION AND AWARENESS
TEENAGE PREGNANCY PREVENTION AND AWARENESS
 
lupus quiz.pptx for knowing lupus thoroughly
lupus quiz.pptx for knowing lupus thoroughlylupus quiz.pptx for knowing lupus thoroughly
lupus quiz.pptx for knowing lupus thoroughly
 
What are weight loss medication services?
What are weight loss medication services?What are weight loss medication services?
What are weight loss medication services?
 
Critical Advancements in Healthcare Software Development | smartData Enterpri...
Critical Advancements in Healthcare Software Development | smartData Enterpri...Critical Advancements in Healthcare Software Development | smartData Enterpri...
Critical Advancements in Healthcare Software Development | smartData Enterpri...
 
『澳洲文凭』买莫道克大学毕业证书成绩单办理澳洲Murdoch文凭学位证书
『澳洲文凭』买莫道克大学毕业证书成绩单办理澳洲Murdoch文凭学位证书『澳洲文凭』买莫道克大学毕业证书成绩单办理澳洲Murdoch文凭学位证书
『澳洲文凭』买莫道克大学毕业证书成绩单办理澳洲Murdoch文凭学位证书
 
Artificial Intelligence Robotics & Computational Fluid Dynamics
Artificial Intelligence Robotics & Computational Fluid DynamicsArtificial Intelligence Robotics & Computational Fluid Dynamics
Artificial Intelligence Robotics & Computational Fluid Dynamics
 
DELIRIUM psychiatric delirium is a organic mental disorder
DELIRIUM  psychiatric  delirium is a organic mental disorderDELIRIUM  psychiatric  delirium is a organic mental disorder
DELIRIUM psychiatric delirium is a organic mental disorder
 
Importance of Assessing Level of Consciousness in Medical Care | The Lifescie...
Importance of Assessing Level of Consciousness in Medical Care | The Lifescie...Importance of Assessing Level of Consciousness in Medical Care | The Lifescie...
Importance of Assessing Level of Consciousness in Medical Care | The Lifescie...
 
Field exchange, Issue 72 April 2024 FEX-72.pdf
Field exchange, Issue 72 April 2024 FEX-72.pdfField exchange, Issue 72 April 2024 FEX-72.pdf
Field exchange, Issue 72 April 2024 FEX-72.pdf
 
unit-3 blood product B.Pharma 3rd year .pptx
unit-3 blood product B.Pharma 3rd year .pptxunit-3 blood product B.Pharma 3rd year .pptx
unit-3 blood product B.Pharma 3rd year .pptx
 
Incentive spirometry powerpoint presentation
Incentive spirometry powerpoint presentationIncentive spirometry powerpoint presentation
Incentive spirometry powerpoint presentation
 
Back care and back massage. powerpoint presentation
Back care and back massage. powerpoint presentationBack care and back massage. powerpoint presentation
Back care and back massage. powerpoint presentation
 
FAMILY in sociology for physiotherapists.pptx
FAMILY in sociology for physiotherapists.pptxFAMILY in sociology for physiotherapists.pptx
FAMILY in sociology for physiotherapists.pptx
 
Professional Ear Wax Cleaning Services for Your Home
Professional Ear Wax Cleaning Services for Your HomeProfessional Ear Wax Cleaning Services for Your Home
Professional Ear Wax Cleaning Services for Your Home
 
SARS Cov-2 INFECTION AND ITS EMERGING VARIANTS
SARS Cov-2 INFECTION AND ITS EMERGING VARIANTSSARS Cov-2 INFECTION AND ITS EMERGING VARIANTS
SARS Cov-2 INFECTION AND ITS EMERGING VARIANTS
 

Database vs Data Warehouse: A Comparative Review

  • 1. Database vs Data Warehouse: A Comparative Review Drew Cardon
  • 2. © 2014 Health Catalyst www.healthcatalyst.com Proprietary. Feel free to share but we would appreciate a Health Catalyst citation. Database vs. Data Warehouse In the trenches of healthcare IT, where administrators and clinicians intersect with data professionals, common questions are usually asked. I already have a database, so why do I need a data warehouse for healthcare analytics?” What is the difference between a database and a data warehouse?”
  • 3. © 2014 Health Catalyst www.healthcatalyst.com Proprietary. Feel free to share but we would appreciate a Health Catalyst citation. Database vs. Data Warehouse The future of healthcare depends on our ability to use the massive amounts of data now available to drive better quality at a lower cost. If you can’t perform analytics to make sense of your data, you’ll have trouble improving quality and costs, and you won’t succeed in the new healthcare environment.
  • 4. © 2014 Health Catalyst www.healthcatalyst.com Proprietary. Feel free to share but we would appreciate a Health Catalyst citation. The High-level Distinction Between Databases and Data Warehouses In general a database is one designed to make transactional systems run efficiently– typically, this an OLTP (online transaction processing) database. An electronic health record (EHR) system is a great example of an application that runs on an OLTP database. An OLTP database is typically constrained to a single application.
  • 5. © 2014 Health Catalyst www.healthcatalyst.com Proprietary. Feel free to share but we would appreciate a Health Catalyst citation. The High-level Distinction Between Databases and Data Warehouses The important distinction is that a transactional database doesn’t lend itself to analytics. To effectively perform analytics, you need a data warehouse. A data warehouse is a database of a different kind: an OLAP (online analytical processing) database. A data warehouse exists as a layer on top of another database or databases (usually OLTP databases). The data warehouse takes the data from all these databases and creates a layer optimized for and dedicated to analytics.
  • 6. © 2014 Health Catalyst www.healthcatalyst.com Proprietary. Feel free to share but we would appreciate a Health Catalyst citation. The High-level Distinction Between Databases and Data Warehouses So the short answer to the questions asked on the first slide is simply: A database designed to handle transactions isn’t designed to handle analytics. It isn’t structured to do analytics well. A data warehouse, on the other hand, is structured to make analytics fast and easy.”
  • 7. © 2014 Health Catalyst www.healthcatalyst.com Proprietary. Feel free to share but we would appreciate a Health Catalyst citation. Database vs Data Warehouse: On the slides that follow we’ll take a detailed look at some of the main distinctions between a database and a data warehouse. We’ll break down characteristics of each as they relate to similarities and differences, how they are used, how data is organized and Reporting/Analysis mechanisms: The details
  • 8. © 2014 Health Catalyst www.healthcatalyst.com Proprietary. Feel free to share but we would appreciate a Health Catalyst citation. Database vs Data Warehouse Definition DATABASE DATA WAREHOUSE Any collection of data organized for storage, accessibility, and retrieval. A type of database that integrates copies of transaction data from disparate source systems and provisions them for analytical use.
  • 9. © 2014 Health Catalyst www.healthcatalyst.com Proprietary. Feel free to share but we would appreciate a Health Catalyst citation. Database vs Data Warehouse Types DATABASE DATA WAREHOUSE There are different types of databases, but the term usually applies to an OLTP application database, which we’ll focus on throughout this table. Other types of databases include OLAP (used for data warehouses), XML, CSV files, flat text, and even Excel spreadsheets. We’ve actually found that many healthcare organizations use Excel spreadsheets to perform analytics (a solution that is not scalable). A data warehouse is an OLAP database. An OLAP database layers on top of OLTPs or other databases to perform analytics. An important side note about this type of database: Not all OLAPs are created equal. They differ according to how the data is modeled. Most data warehouses employ either an enterprise or dimensional data model, but at Health Catalyst, we advocate a unique, adaptive Late- Binding™ approach. You can learn more about why the Late-Binding™ approach is so important in healthcare analytics in Late-Binding vs. Models: A Comparison of Healthcare Data Warehouse Methodologies.
  • 10. © 2014 Health Catalyst www.healthcatalyst.com Proprietary. Feel free to share but we would appreciate a Health Catalyst citation. Database vs Data Warehouse Similarities DATABASE DATA WAREHOUSE Both OLTP and OLAP systems store and manage data in the form of tables, columns, indexes, keys, views, and data types. Both use SQL to query the data.
  • 11. © 2014 Health Catalyst www.healthcatalyst.com Proprietary. Feel free to share but we would appreciate a Health Catalyst citation. Database vs Data Warehouse How used DATABASE DATA WAREHOUSE Typically constrained to a single application: one application equals one database. An EHR is a prime example of a healthcare application that runs on an OLTP database. OLTP allows for quick real-time transactional processing. It is built for speed and to quickly record one targeted process (ex: patient admission date and time). Accommodates data storage for any number of applications: one data warehouse equals infinite applications and infinite databases. OLAP allows for one source of truth for an organization’s data. This source of truth is used to guide analysis and decision-making within an organization (ex: total patients over age 18 who have been readmitted, by department and by month). Interestingly enough, complex queries like the one just described are much more difficult to handle in an OLTP database.
  • 12. © 2014 Health Catalyst www.healthcatalyst.com Proprietary. Feel free to share but we would appreciate a Health Catalyst citation. Database vs Data Warehouse Service Level Agreement (SLA) DATABASE DATA WAREHOUSE OLTP databases must typically meet 99.99% uptime. System failure can result in chaos and lawsuits. The database is directly linked to the front end application. Data is available in real time to serve the here-and-now needs of the organization. In healthcare, this data contributes to clinicians delivering precise, timely bedside care. With OLAP databases, SLAs are more flexible because occasional downtime for data loads is expected. The OLAP database is separated from frontend applications, which allows it to be scalable. Data is refreshed from source systems as needed (typically this refresh occurs every 24 hours). It serves historical trend analysis and business decisions.
  • 13. © 2014 Health Catalyst www.healthcatalyst.com Proprietary. Feel free to share but we would appreciate a Health Catalyst citation. Database vs Data Warehouse Optimization DATABASE DATA WAREHOUSE Optimized for performing read-write operations of single point transactions. An OLTP database should deliver sub- second response times. Performing large analytical queries on such a database is a bad practice, because it impacts the performance of the system for clinicians trying to use it for their day-to-day work. An analytical query could take several minutes to run, locking all clinicians out in the meantime. Optimized for efficiently reading/retrieving large data sets and for aggregating data. Because it works with such large data sets, an OLAP database is heavy on CPU and disk bandwidth. A data warehouse is designed to handle large analytical queries. This eliminates the performance strain that analytics would place on a transactional system.
  • 14. © 2014 Health Catalyst www.healthcatalyst.com Proprietary. Feel free to share but we would appreciate a Health Catalyst citation. Database vs Data Warehouse Data Organization DATABASE DATA WAREHOUSE An OLTP database structure features very complex tables and joins because the data is normalized (it is structured in such a way that no data is duplicated). Making data relational in this way is what delivers storage and processing efficiencies—and allows those sub- second response times. In an OLAP database structure, data is organized specifically to facilitate reporting and analysis, not for quick- hitting transactional needs. The data is denormalized to enhance analytical query response times and provide ease of use for business users. Fewer tables and a simpler structure result in easier reporting and analysis.
  • 15. © 2014 Health Catalyst www.healthcatalyst.com Proprietary. Feel free to share but we would appreciate a Health Catalyst citation. Database vs Data Warehouse Reporting/Analysis DATABASE DATA WAREHOUSE Because of the number of table joins, performing analytical queries is very complex. They usually require the expertise of a developer or database administrator familiar with the application. Reporting is typically limited to more static, siloed needs. You can actually get quite a bit of reporting out of today’s EHRs (which run on an OLTP database), but these reports are static, one-time lists in PDF format. For example, you might generate a monthly report of heart failure readmissions or a list of all patients with a central line inserted. These reports are helpful— particularly for real-time reporting for bedside care—but they don’t allow in-depth analysis. With fewer table joins, analytical queries are much easier to perform. This means that semi-technical users (anyone who can write a basic SQL query) can fill their own needs. The possibilities for reporting and analysis are endless. When it comes to analyzing data, a static list is insufficient. There’s an intrinsic need for aggregating, summarizing, and drilling down into the data. A data warehouse offers many types of analysis: • Descriptive (what has happened) • Diagnostic (why it happened) • Predictive (what will happen) • Prescriptive (what to do about it)
  • 16. © 2014 Health Catalyst www.healthcatalyst.com Proprietary. Feel free to share but we would appreciate a Health Catalyst citation. Database vs Data Warehouse: Improving quality and cost requires analytics. And analytics requires a data warehouse. An OLTP database like that used by EHRs can’t handle the necessary level of analytics. If you get data into your EHR, you can report on it. If you get it into a data warehouse, you can analyze it. Conclusion
  • 17. © 2014 Health Catalyst www.healthcatalyst.com Proprietary. Feel free to share but we would appreciate a Health Catalyst citation. More about this topic Clinical Data Repository Versus a Data Warehouse Tim Campbell, Technical Director Healthcare Business Intelligence: What Your Strategy Needs Paul Horstmeier, Chief Operating Officer Healthcare Data Warehouse Models Explained Steve Barlow, Client Operations, SVP Early or Late-binding Approaches to Healthcare Data Warehousing: Which Is Better for You? Mike Doyle, Sales, VP The Late-Binding™ Data Warehouse: A Detailed Technical Overview (Whitepaper) Dale Sanders, Strategy, SVP Link to original article for a more in-depth discussion. Database vs Data Warehouse: A Comparative Review
  • 18. © 2014 Health Catalyst www.healthcatalyst.com Proprietary. Feel free to share but we would appreciate a Health Catalyst citation. For more information:
  • 19. © 2014 Health Catalyst www.healthcatalyst.com Proprietary. Feel free to share but we would appreciate a Health Catalyst citation. Drew Cardon joined Health Catalyst in November 2011 as a data architect. Prior to this, he worked for nine years in the state tax and revenue industry as a project manager and implementation consultant with Accenture, and later with Fast Enterprises. He was involved in the installation of large information technology systems for the State Tax Commissions in Arizona, Utah, and Oklahoma. He holds a Bachelor’s degree in business from Brigham Young University and an MBA from the University of Notre Dame. Other Clinical Quality Improvement Resources Click to read additional information at www.healthcatalyst.com