▲ | chisleu 5 days ago | ||||||||||||||||
> You don’t have to randomize the first part of your object keys to ensure they get spread around and avoid hotspots. As of when? According to internal support, this is still required as of 1.5 years ago. | |||||||||||||||||
▲ | arpinum 5 days ago | parent | next [-] | ||||||||||||||||
I think there is some nuance needed here. If you ask support to partition your bucket then they will be a bit annoying if you ask for specific partition points and the first part of the prefix is not randomised. They tried to push me to refactor the bucket first to randomise the beginning of the prefix, but eventually they did it. The auto partitioning is different. It can isolate hot prefixes on its own and can intelligently pick the partition points. Problem is the process is slow and you can be throttled for more than a day before it kicks in. | |||||||||||||||||
| |||||||||||||||||
▲ | laurent_du 5 days ago | parent | prev [-] | ||||||||||||||||
He's not talking about the prefix, just the beginning of the object key. | |||||||||||||||||
|