System Design — Autocomplete
Product Requirements
- Give a list of query suggestions based on user input (as a prefix)
- Suggestions ordered by some ranking score
Non-product Requirements
- High performance, response should be quicker than user type speed, let’s say < 200ms
- Result accuracy and system availability are…