SharePoint Tip #15. Do you know “that users in SharePoint groups affect crawling performance”?
Adding users explicitly to SharePoint Groups, instead of adding AD security groups affects how crawling performs.
If you add/remove users from the SharePoint group it will force search to crawl content - "Security only crawl". Incremental crawl starts to update security changes, and all “Updated ACL’s” must be pushed down to all affected items within the index. This process might take a lot of time if changes affect a lot of items in SharePoint and you have big number of users in SharePoint.
Managing users via AD groups won't cause ACL changes, and no security only crawls will occur.
Source
Have anything to add?! Send your tips to be published via this form