Difference between Find and Advanced Find? Which one is faster and Why?
Find perform a search on an attribute for which it is defined. Advanced Find perform search on the conditions and the attributes for which user customizes or runs it. Normal Find is faster as it looks for one attribute and matches with that and returns the result whereas Advanced Find searches for all the attributes and conditions while parsing through the records.