Monday 30 November 2015

Difference between Find and Advanced Find? Which one is faster and why?

Find

Advanced Find

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

Advanced Find searches for all the attributes and conditions while parsing through the records.

Find is applicable on only active records and it finds only on 2 or 3 column which we have defined in the find view and even it returns any those column which is there in the view

Advanced find is applicable to all the records and it finds all the columns and even it returns all the column and filter criteria can be on any column and most important

Find filters on just one condition 

But adv find filters on multiple condition at one time