

# Amazon S3 的性能设计模式
<a name="performance-design-patterns-for-amazon-s3"></a>

当设计应用程序以从 Amazon S3 上载和检索存储时，请使用我们的最佳实践设计模式，以实现应用程序的最佳性能。我们还提供[性能指南](https://docs.aws.amazon.com/AmazonS3/latest/dev/optimizing-perforance-guidelines.html)，供您在规划应用程序架构时考虑。

要优化性能，您可以使用以下设计模式。

**Topics**
+ [对频繁访问的内容使用缓存](using-caching-for-frequently-accessed-content.md)
+ [延迟敏感型应用程序的超时和重试](timeouts-and-retries-for-latency-sensitive-applications.md)
+ [横向扩展和请求并行化以实现高吞吐量](horizontal-scaling-and-request-parallelization-for-high-throughput.md)
+ [使用 Amazon S3 Transfer Acceleration 加快地理位置分散的数据传输](using-amazon-s3-transfer-acceleration-to-accelerate-geographically-disparate-data-transfers.md)