This issue has been created
There are 3 updates.
 
 
XWiki Platform / cid:jira-generated-image-avatar-185d35c0-aebb-44e7-a9e7-1e52268dae17 XWIKI-23240 Open

Increase the default Solr indexing batch size

 
View issue   ยท   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-5abf8092-65ef-430c-a800-64c19c36ee72 Michael Hamann created this issue on 23/May/25 14:49
 
Summary: Increase the default Solr indexing batch size
Issue Type: cid:jira-generated-image-avatar-185d35c0-aebb-44e7-a9e7-1e52268dae17 Improvement
Affects Versions: 16.0.0
Assignee: Unassigned
Components: Search - Solr
Created: 23/May/25 14:49
Labels: performance
Priority: cid:jira-generated-image-static-major-0bf76174-7c54-4606-838d-bd65d88daa22 Major
Reporter: Michael Hamann
Description:

The default Solr batch size is currently quite low (50 documents/10k characters). This means that Solr commits currently happen quite frequently, for sufficiently large documents they could happen after every document. At the same time, Solr commits are quite expensive, meaning that when the documents to index are provided fast enough, indexing speed is dominated by Solr performing commits. Therefore, the default batch size should be increased. See also the corresponding proposal on the forum.

 
 

3 updates

 
cid:jira-generated-image-avatar-5abf8092-65ef-430c-a800-64c19c36ee72 Changes by Michael Hamann on 23/May/25 14:49
 
Fix Version: 16.10.9
Fix Version: 17.5.0-rc-1
Assignee: Michael Hamann