Company      |       Articles & Research      |      Services      |      Software      |      Contact

Best Practices For Accessing And Retrieving Data in SharePoint 2010 – Part 3 – Search WebParts

When considering data access approaches in SharePoint 2010, it is important to also consider the role that search will play. Search queries are able to scale better than when you directly access SQL Server resources. This is due to the fact that such a search is optimized for high-read scenarios. It is simpler for it to scale out multiple search index and query servers when compared to scaling SQL Server needs. Search queries are less bothered by list size than Content Query Web Parts or list view queries. The Search Web Parts allow offloading queries from SQL Servers for scaling searches while the query and index servers are scalable and perform better. The results are determined by the full text search of the documents and a summary of text offers more information than those from other Web Parts. The problem is that results are only as current as the last crawl, no column values are displayed, and being unable to perform list actions.

Search offers you the best overall performance at various high scale points. The search shouldn’t be used if list actions have to be offered on item. It also won’t work if the data has to be offered in real time. This is because the results will only be as current as the last crawl. There are several WebParts that structure the aggregate search system:

  • Core Results Web Part – Complete results with the paging and the full featured Web Part. It can also handle specific queries based on the user or the system.
  • Federated Results Web Part – Small sets of results will be offered with a link that is optional. This is to allow for viewing of the full results.
  • Search Box Web Part – The Web Part is used to accept the input from the user for a query.
share save 171 16 Best Practices For Accessing And Retrieving Data in SharePoint 2010   Part 3   Search WebParts

Related posts:

  1. Best Practices For Accessing And Retrieving Data in SharePoint 2010 – Part 1 – Introduction
  2. Best Practices For Accessing And Retrieving Data in SharePoint 2010 – Part 2 – Content Query Web Part
  3. Best Practices For Accessing And Retrieving Data in SharePoint 2010 – Part 4 – List Views And Metadata
  4. Common OOB Query Methods in SharePoint 2010
  5. SharePoint 2010 Indexing Best Practices

2 Comments »

  1. [...] Read the original here: Blog on: Best Practices For Accessing And Retrieving Data in SharePoint 2010 – Part 3 – Search W… [...]

    Pingback by Blog on: Best Practices For Accessing And Retrieving Data in SharePoint 2010 – Part 3 – Search WebParts | Digital Collaboration & Social Computing news, tips, guides... — June 7, 2010 @ 1:38 pm

  2. [...] For more information regarding search in SharePoint 2010, please see this post. [...]

    Pingback by Components To Consider With SharePoint 2010 Performance | ARB Security Solutions — June 23, 2010 @ 8:41 am

RSS feed for comments on this post. TrackBack URL

Leave a comment