
- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Difference between Data lake and Datawarehouse
Data lake and Data warehouse both are used for storing big data.
Data lake is very big storage repository which is used to store raw unstructured data,machine to machine, logs flowing through in real-time. Purpose of the stored data is not defined in the data lake. They are stored for future analysis of the data.
A data warehouse is a repository for structured, filtered data that has already been processed for a specific purpose. Dataware collect the data from multiple sources and transform the data using ETL process then load it to the Data Warehouse for business purpose.
Sr. No. | Key | Data Lake | Data Warehouse |
---|---|---|---|
1 | Basic | Data lake is very big storage repository which is used to store raw unstructured data,machine to machine, logs flowing through in real-time. | A data warehouse is a repository for structured, filtered data that has already been processed for a specific purpose |
2 | Normalized | Data is not in normalized form | Data warehouse has denormalized schema |
3 | Schema Creation | Schema is created after data is loaded | Schema is created before the data is loaded |
4 | ELT/ETL | It used ELT process | It used ETL process |
5 | Uses | It is ideal for those who want in-depth analysis | It is good for operational users |
- Related Questions & Answers
- Difference Between Data and Metadata
- Difference Between Data and Information
- Difference between data type and data structure
- Difference Between Data Warehouse and Data Mart
- Difference Between Data Mining and Data Warehousing
- Difference between Data mining and Data Science?
- Difference between Data Mining and Big Data?
- Difference Between Abstraction and Data Hiding
- Difference Between Data Hiding and Encapsulation
- Difference between Data Mining and Statistics?
- Difference between fundamental data types and derived data types
- Difference between Stack and Queue Data Structures
- Difference between Data warehouse and Operational database
- Difference Between Descriptive and Predictive Data Mining
- Difference between Operational Database and Data Warehouse?
Advertisements