I have a database containing about a million nouns like "apple", "orange", etc
My php code would be searching for a particular name in the database like:
SELECT _ from _ where noun="apple". If there are about a million rows in the database, would it take a really long time to find nouns at the very end of the database?