Ask Question
11 August, 13:51

You are designing a web application that stores static assets in an amazon simple storage service (s3) bucket. you expect this bucket to immediately receive over 150 put requests per second. what should you do to ensure optimal performance?

+3
Answers (1)
  1. 11 August, 14:10
    0
    The answer is adding a random prefix to the key names. One way to introduce randomness to key names is to add hash string as prefix to the key name. for example, you can compute an MD5 hash of the character sequence that you plan to assign as the key name. from the hash, pick a specific number of characters and add then as the prefix to the key name. The casualness of the prefix more consistently distributes key names through multiple index partitions.
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “You are designing a web application that stores static assets in an amazon simple storage service (s3) bucket. you expect this bucket to ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers