[
https://issues.apache.org/jira/browse/SOLR-16097?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17514751#comment-17514751
]
ASF subversion and git services commented on SOLR-16097:
--------------------------------------------------------
Commit b39bd764609d47a61bc26ddf3aa29c07af2547fa in solr's branch
refs/heads/main from Mike Drob
[ https://gitbox.apache.org/repos/asf?p=solr.git;h=b39bd76 ]
SOLR-16097 Batch add docs when starting tests (#744)
Co-authored-by: Christine Poerschke <[email protected]>
> Batch updates when creating test indices
> ----------------------------------------
>
> Key: SOLR-16097
> URL: https://issues.apache.org/jira/browse/SOLR-16097
> Project: Solr
> Issue Type: Test
> Reporter: Mike Drob
> Priority: Major
> Time Spent: 40m
> Remaining Estimate: 0h
>
> There are a few places where we will build an index for a test by repeatedly
> calling {{indexDoc(doc(...))}} in a loop. This sends a single document per
> request and 1) is slow and 2) produces a lot of log output.
> We can do better by batching. Optimal batch size could be experimentally
> determined, but I suspect that there are going to be many values which are an
> improvement and "good enough"
--
This message was sent by Atlassian Jira
(v8.20.1#820001)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]