Skip to content

Parallelise the indexDocument call in IndexService #135

@boyter

Description

@boyter

There is no reason to run the conversion to documents not in a parallel stream. This should speed things up in theory because the buildDocument call can be slow for large documents. It will however use more RAM so probably need to feature toggle it.

Also need to verify that it is indeed faster.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions