In AWS S3, it is recommended to optimize the key prefix to avoid hotspot,
e.g. http://docs.aws.amazon.com/AmazonS3/latest/dev/request-rate-perf-considerations.html
Is it also required or recommended for Google Cloud Storage?
In AWS S3, it is recommended to optimize the key prefix to avoid hotspot,
e.g. http://docs.aws.amazon.com/AmazonS3/latest/dev/request-rate-perf-considerations.html
Is it also required or recommended for Google Cloud Storage?
As mentioned in this previous answer:
breaking objects into more "subdirectories" doesn't make any scalability or performance difference
More concretely, the name of an object does not effect the performance or scalability of accessing objects in the bucket.