Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 3.1
-
Fix Version/s: 3.1
-
Component/s: Global search
-
Testing Instructions:
-
Affected Branches:MOODLE_31_STABLE
-
Fixed Branches:MOODLE_31_STABLE
-
Pull from Repository:
-
Pull Master Branch:
MDL-53325-master -
Pull Master Diff URL:
Description
After some research related to MDL-53281, I've found it's generally not preferred to optimize the solr database after every indexing run. Generally you only want to do it a at most a few times a day. It's quite intensive on the solr server, and ~doubles the index size while it is happening.
Optimize should likely be moved into it's own task, separate solr task from the index task.
Attachments
Issue Links
- has been marked as being related by
-
MDL-53281 Solr may timeout during optimize
-
- Closed
-