Auto-sync: 2026-04-19 00:02

This commit is contained in:
2026-04-19 00:02:42 +08:00
parent 2ed46e251d
commit 861ba9d1f6
56 changed files with 2131 additions and 1 deletions

28
wiki/concepts/OLAP.md Normal file
View File

@@ -0,0 +1,28 @@
---
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]]