Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Anton Kolesnyk 1 post 71 karma points
    May 25, 2021 @ 16:16
    Anton Kolesnyk
    0

    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.

  • AddWeb Solution Pvt. Ltd 109 posts 360 karma points
    May 26, 2021 @ 12:05
    AddWeb Solution Pvt. Ltd
    0

    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

  • Gurumurthy 56 posts 129 karma points
    Aug 19, 2021 @ 06:50
    Gurumurthy
    0

    HI,

    Did we got any solution for stopping index rebuild on app start in Umbraco v8?

  • David van de Vliet 15 posts 116 karma points
    Dec 24, 2021 @ 12:38
    David van de Vliet
    0

    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

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies