What is the best search algorithm for random data

Hey guys… Im looking for an alternative search algorithm apart from the sequential search that can also search random data, no indexing. I have a huge database of clients to search from and im currently developing an application in python programming language that can quickly search the database for a match
