is the IN operator good for passing say 5000+ items into a large table thats properly indexed?
Basically im trying to get a list of Mp3's and checking if the song exists in our system by doing a simple name search.
(pseudocode) Select name from mp3s IN (array of mp3 names)