You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In some cases, for example when you have a scheduled job that will regularly update a lot of content it will slow down the process tremendously if an index method is called for each content item. It would be very useful if there was a way to disable (at least temporarily) when doing major updates, and then re-enable after.
The text was updated successfully, but these errors were encountered:
I was considering doing exactly that, but since the event handlers (IndexingEvents) are marked internal it's not straight forward. A simple solution could be to mark it public - then I'll give it a try :-)
A scheduled job that runs a few times a day and syncs products with salesforce used to take 10 minutes, now takes 50 minutes. Only change is the addition of the commerce integration. For reasons beyond my control the sched. job deletes and then recreates a lot of content - which probably causes both a lot of individual deletes and a lot of individual index calls to happen.
In some cases, for example when you have a scheduled job that will regularly update a lot of content it will slow down the process tremendously if an index method is called for each content item. It would be very useful if there was a way to disable (at least temporarily) when doing major updates, and then re-enable after.
The text was updated successfully, but these errors were encountered: