The old implementation searched for all possible values and then executed each query to see what matches. The new implementation uses several indices to find only the matching values.
The old implementation searched for all possible values and then executed each query to see what matches. The new implementation uses several indices to find only the matching values.