Try our conversational search powered by Generative AI!

performance with PagedataCollection, SearchDataSource and Pagelist

Vote:
 

Hi guys

The scenario is to do a seach/filter among 1000 pages(could be more), it can be done via EpiServer SearchDataSource  with Criterias or using PagedataCollection with a filter. Considering the performance, which one is faster?  In my case I need to search/filter only by one or two property value then sort and present them(with a title, image and short intro).

Then there is pagelist as well, it might not be used in this case but other similar cases(pagelist + a filter to present list of pages), so how's the performace of pagelist ?

Thx guys

#37949
Mar 24, 2010 15:16
Vote:
 

Property criterias are evaluated at a database level - where as filters are applied on the in-memory data, so for large datasets its always better to filter at the database level rather than in your code.

Its tough to comment on your exact situation, not knowing exactly what you want to achieve, why not set up some simple tests if you need a definitive answer.

There are some good blog posts about this topic....

FindPagesWithCriteria and Performance (by Steve Celius) and for some metrics see Henrik Nyström's post 

 

#37953
Mar 24, 2010 16:10
Vote:
 

Thx for the reply, it has been helping, I think I'm gonna use FindPagesWithCriteria, according to Steve's blog, it has better peformance.

#37955
Mar 24, 2010 17:25
This thread is locked and should be used for reference only. Please use the Episerver CMS 7 and earlier versions forum to open new discussions.
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.