Explanation: If you anticipate that your workload will consistently exceed 100 requests per second, you shouldavoid sequential key names. If you must use sequential numbers or date and time patterns in keynames, add a random prefix to the key name. The randomness of the prefix more evenly distributeskey names across multiple index partitions. Examples of introducing randomness are provided laterin this topic.