I want to add autocomplete feature to my retail product app - similar to google/youtube search's autocomplete.
My backend stack is spring boot.
There are a million different products in the database.
Below are my thoughts:
How does google/youtube achieve this ? the results are instantaneous without any backend calls