This document discusses different database types including relational, OLTP, OLAP, and data lakes. It provides characteristics of each:
- Relational databases are structured for data entry and manipulations (OLTP) or data collection and analysis (OLAP). OLTP databases store normalized data in columns and rows for real-time use, while OLAP databases summarize historical data.
- Data lakes store raw structured, semi-structured, and unstructured data for large-scale analytics using machine learning and AI, but the data needs processing to be useful.
- The document notes that no single database type is best for all situations and companies may use multiple options depending on their data and goals. It outlines topics