# Performance

Alluxio includes several features designed to accelerate data I/O and metadata operations, ensuring your applications run at maximum speed.

* [**Read Optimization**](/ee-ai-en/ai-3.8-15.1.x/performance/file-reading.md): Use client-side prefetching and large file segmentation to maximize read throughput.
* [**Metadata Optimization**](/ee-ai-en/ai-3.8-15.1.x/performance/metadata-listing.md): For directories containing millions of files, use the Index Service to create a distributed, scalable cache for directory listings, dramatically speeding up metadata operations like `ls`.
* [**S3-API Write Optimization**](/ee-ai-en/ai-3.8-15.1.x/performance/s3-write-cache.md): Buffer writes in Alluxio's cache layer and asynchronously persist them to underlying storage, reducing write latency for workloads like training checkpoints and ETL pipelines.
* [**FUSE Write Optimization**](/ee-ai-en/ai-3.8-15.1.x/performance/fuse-write-cache.md): Buffer POSIX writes in Alluxio's Write Cache layer and asynchronously persist to UFS, enabling low-latency writes via standard filesystem calls for write-cache workloads like model checkpoints and ETL outputs.
* [**Model Loading Optimization**](/ee-ai-en/ai-3.8-15.1.x/performance/model-loading.md): Accelerate model checkpoint loading for ML training and inference workloads using Alluxio's intelligent prefetching and shared memory pool.
* [**UFS Bandwidth Control**](/ee-ai-en/ai-3.8-15.1.x/performance/ufs-bandwidth-limiting.md): Configure a rate limit on reads from the UFS to prevent Alluxio from overwhelming the underlying storage system during cache-filling operations.
* [**RDMA Networking**](/ee-ai-en/ai-3.8-15.1.x/performance/rdma-networking.md): Configure high-speed network technologies such as IPoIB (IP over InfiniBand) for AI and HPC clusters to maximize Alluxio network throughput.


---

# 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-en/ai-3.8-15.1.x/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.
