Files
nexus/wiki/concepts/OLAP.md
2026-04-19 00:02:42 +08:00

28 lines
633 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "OLAP"
type: concept
tags: [数据库, 数据分析]
sources: [ctp-topic-68-introduction-to-redshift]
last_updated: 2026-04-18
---
## Summary
OLAPOnline Analytical Processing在线分析处理是一种用于支持复杂分析查询和决策支持的数据库技术。
## Definition
- **全称**Online Analytical Processing
- **用途**:数据挖掘、报表分析、复杂查询
- **对比**OLTP在线事务处理
## Key Features
- 支持多维分析
- 适合聚合和汇总查询
- 处理大量历史数据
- 支持复杂 SQL 查询
## Connections
- [[AWS-Redshift]] → 支持 → [[OLAP]]