> For the complete documentation index, see [llms.txt](https://documentation.alluxio.io/ee-ai-cn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.alluxio.io/ee-ai-cn/performance.md).

# 性能

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 输出等一次性写入工作负载。
* [**FUSE Full POSIX Workspace**](/ee-ai-cn/performance/fuse-workspace.md)：通过 FoundationDB 作为分布式元数据后端，提供完整 POSIX 语义（包括随机写入、覆盖写、truncate、rename 和符号链接）的 FUSE 写缓存部署模式。支持多节点访问，数据可存储在 Worker NVMe 或 UFS PageStore。
* [**模型加载优化**](/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 网络吞吐量。
