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
Bulk indexing medium sized documents of around 20,000 become very slow. MongoDB pagination command becomes slow towards the page end. It degrades ES plugin performance. This is a know issue in MongoDB.
Actual Behaviour
Indexing should take approximately same time for each bulk index iteration.
Steps To Reproduce
elasticSearchService.index(DomainClass)
Environment Information
JDK 8
ES 7.8
Example Application
No response
Version
4
The text was updated successfully, but these errors were encountered:
temi
changed the title
Bulk indexing MongoDB document is very slow
Bulk indexing MongoDB documents are very slow
Jul 5, 2022
Expected Behavior
Bulk indexing medium sized documents of around 20,000 become very slow. MongoDB pagination command becomes slow towards the page end. It degrades ES plugin performance. This is a know issue in MongoDB.
Actual Behaviour
Indexing should take approximately same time for each bulk index iteration.
Steps To Reproduce
elasticSearchService.index(DomainClass)
Environment Information
Example Application
No response
Version
4
The text was updated successfully, but these errors were encountered: