S3 object数影响读写性能?

0

请问s3的object数目对read/write性能会有影响吗?

profile picture
EXPERT
asked a month ago18 views
1 Answer
0

单纯的object数量不会对s3的read/write性能产生影响, 但是单个前缀会有每秒 3500 个 PUT/COPY/POST/DELETE 或 5500 个 GET/HEAD 请求的限制,具体可以参考:https://aws.amazon.com/cn/premiumsupport/knowledge-center/s3-prefix-nested-folders-difference/。用户可以用前缀来增加并行,从而扩展读写性能,详见:https://docs.aws.amazon.com/zh_cn/AmazonS3/latest/userguide/using-prefixes.html

profile picture
EXPERT
answered a month ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions