# 性能

Alluxio 提供多项功能以加速数据 I/O 和元数据操作，确保应用程序以最高速度运行。

* [**读取优化**](/ee-ai-cn/performance/file-reading.md)：通过客户端预取和大文件分段技术最大化读取吞吐量。
* [**元数据优化**](/ee-ai-cn/performance/metadata-listing.md)：对于包含数百万文件的目录，使用索引服务构建分布式、可扩展的目录列表缓存，大幅加速 `ls` 等元数据操作。
* [**S3-API 写入优化**](/ee-ai-cn/performance/s3-write-cache.md)：将写入缓冲在 Alluxio 缓存层并异步持久化到底层存储，降低训练检查点、ETL 管道等工作负载的写入延迟。
* [**FUSE 写入优化**](/ee-ai-cn/performance/fuse-write-cache.md)：通过标准文件系统调用将 POSIX 写入缓冲至 Alluxio 写缓存层并异步持久化至 UFS，适用于模型检查点、ETL 输出等一次性写入工作负载。
* [**模型加载优化**](/ee-ai-cn/performance/model-loading.md)：通过 Alluxio 的智能预取和共享内存池加速 ML 训练和推理工作负载的模型检查点加载。
* [**UFS 带宽控制**](/ee-ai-cn/performance/ufs-bandwidth-limiting.md)：配置 UFS 读取速率限制，防止 Alluxio 在缓存填充期间使底层存储过载。
* [**RDMA 网络**](/ee-ai-cn/performance/rdma-networking.md)：在 AI 和 HPC 集群中配置 IPoIB（IP over InfiniBand）等高速网络技术，最大化 Alluxio 网络吞吐量。


---

# 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://documentation.alluxio.io/ee-ai-cn/performance.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.
