Comment Re:Quantum computing? (Score 1) 158
You don't really need quantum computing to do this sort of search. With an inverted index, search time can be approximately log time in the amount of stored data. Creating the index is something like log linear. Storing it is something like linear in the amount of stuff to be stored.
So, no great worries about searching.