-
Hello, How is the lookup time affected while doing a prefix based search on a bucket with millions of objects vs a bucket with a few objects? Will there be a severe impact on the performance ListObjects API as the number objects increases? Also, would this behavior be the same for the ListObjectVersions API? Is every version of an object the same as have a "different" object altogether? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Are you asking what affects the sdk will have on the lookup time? Because most of the time will be from the s3 service handling the request, and this is not the best place to ask for details about that. I would recommend you take a look at Best practices design patterns: optimizing Amazon S3 performance for suggested ways to use the s3 services. |
Beta Was this translation helpful? Give feedback.
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
Are you asking what affects the sdk will have on the lookup time? Because most of the time will be from the s3 service handling the request, and this is not the best place to ask for details about that. I would recommend you take a look at Best practices design patterns: optimizing Amazon S3 performance for suggested ways to use the s3 services.