Forum Discussion
ultrator
Aug 18, 2021Copper Contributor
High Load on IO Subsystem Running FullCrawl
Hi If i run a FullCrawl on my SharePoint 2019 on Premises it generates high load on the IO Subsystem and brings the AlwaysOn Cluster wich holds the SharePoint Databases to FailOver oder Crash. W...
- Aug 19, 2021You can use Crawler Impact Rules to reduce the load. This increases the time required to crawl all content but reduces I/O on SQL.
https://docs.microsoft.com/en-us/sharepoint/search/best-practices-for-crawling#using-crawler-impact-rules-to-limit-the-effect-of-crawling
You should also look at the configuration of SQL Server. Make sure the logs are on different physical disks than the main database.
SteveKnutson
Aug 19, 2021MVP
You can use Crawler Impact Rules to reduce the load. This increases the time required to crawl all content but reduces I/O on SQL.
https://docs.microsoft.com/en-us/sharepoint/search/best-practices-for-crawling#using-crawler-impact-rules-to-limit-the-effect-of-crawling
You should also look at the configuration of SQL Server. Make sure the logs are on different physical disks than the main database.
https://docs.microsoft.com/en-us/sharepoint/search/best-practices-for-crawling#using-crawler-impact-rules-to-limit-the-effect-of-crawling
You should also look at the configuration of SQL Server. Make sure the logs are on different physical disks than the main database.
- ultratorAug 19, 2021Copper Contributor
Hi SteveKnutson
Thanks, that's what i was searching for.
I'll try the crawler impact rule.
Best regards
Ueli