# Hive数据仓库

Hive 是基于 Hadoop 的数据仓库工具，提供类 SQL 查询语言（HiveQL）来简化大数据处理。本章节涵盖 Hive 的核心概念、安装部署、DDL/DML 操作及查询优化。

## 学习路径

```
Hive简介及核心概念 → Hive安装部署 → Hive DDL操作 → Hive DML操作
                                           ↓
                          Hive分区表和分桶表 → Hive数据查询详解
```

## 章节内容

* [Hive简介及核心概念](/qkd90/10hive-shu-ju-cang-ku/hive-jian-jie-ji-he-xin-gai-nian.md) - 数据仓库概念、Hive 架构、元数据存储
* [Hive安装部署](/qkd90/10hive-shu-ju-cang-ku/hive-an-zhuang-bu-shu.md) - Hive 环境搭建与配置
* [Hive DDL操作](/qkd90/10hive-shu-ju-cang-ku/hive-ddl-cao-zuo.md) - 数据库、表、视图的创建与管理
* [Hive DML操作](/qkd90/10hive-shu-ju-cang-ku/hive-dml-cao-zuo.md) - 数据插入、更新、删除操作
* [Hive分区表和分桶表](/qkd90/10hive-shu-ju-cang-ku/hive-fen-qu-biao-he-fen-tong-biao.md) - 数据组织与优化策略
* [Hive数据查询详解](/qkd90/10hive-shu-ju-cang-ku/hive-shu-ju-cha-xun-xiang-jie.md) - 复杂查询、窗口函数、性能调优


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://qiangrens-organization.gitbook.io/qkd90/10hive-shu-ju-cang-ku.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
