I have an index running on my varchar column in my table and was wondering if it is better to use the COUNT() function when selecting or to use SELECT LIMIT 1 if all I really need to do is see if the new data exists in the table already before adding it. Thanks in advance.