I have taken a string as input, and need to compare it with a large volume of data from the database. Basically i have to find the distance between the input string and stored strings of the database table
What would be the perfect and efficient solution for this kind of situation ?
Thanks in advance.