Open
Description
S3 creates partitions based on a prefix of the object keys.
Because we use ULID, splits coming from the same day end up on the same servers.
On the search side, most of the queries tend to target the last few days, and end up hitting the same servers.
For this reason, in some case, we can hit the per-prefix rate limiting.