Rebuilding Examine indexes during starting up the Umbraco 8 application
Hi All,
Could anyone suggest how to measure the impact of rebuilding Examine indexes on starting up the Umbraco 8 application?
We deployed an Umbraco 8 application on Azure and there is much time spent each time after the app is restarted on some operations (and the app doesn't work as it should during some period of time after that) - by our suspicion it may be related to rebuilding the indexes used by Examine.
I cannot find the ways how to evaluate how much time is spent on rebuilding the indexes and how it affects on perfomance. I don't quite sure but maybe there is exist the way to improve the process of rebuilding indexes in Umbraco 8. Is there any ways to do that - maybe some events etc.
Rebuilding Examine indexes during starting up the Umbraco 8 application
Hi All,
Could anyone suggest how to measure the impact of rebuilding Examine indexes on starting up the Umbraco 8 application? We deployed an Umbraco 8 application on Azure and there is much time spent each time after the app is restarted on some operations (and the app doesn't work as it should during some period of time after that) - by our suspicion it may be related to rebuilding the indexes used by Examine. I cannot find the ways how to evaluate how much time is spent on rebuilding the indexes and how it affects on perfomance. I don't quite sure but maybe there is exist the way to improve the process of rebuilding indexes in Umbraco 8. Is there any ways to do that - maybe some events etc.
Hello,
In the examinesettings.config you can set RebuildOnAppStart="false" this should stop the index rebuilding when the site restarts,
Refer this https://www.jondjones.com/learn-umbraco-cms/umbraco-7-tutorials/umbraco-search/how-to-rebuild-your-umbraco-examine-indexes/
also
HI,
Did we got any solution for stopping index rebuild on app start in Umbraco v8?
Hi,
according to an internal comment in the source code this is not possible yet for v8
https://github.com/umbraco/Umbraco-CMS/blob/5123799e32c295a647d7e82dc65beafde37939b4/src/Umbraco.Web/Search/BackgroundIndexRebuilder.cs#L38
Note that index rebuilding has had a big speed boost since 8.15.0
is working on a reply...