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
We have noticed a marked decrease in our indexing performance after moving from NEST 1.8.0 to NEST 2.0.4. We are using parallel calls to BulkIndexOperations, and the speed is almost halved.
Indexing 300k items with NEST 1.8.0 takes about 5.4 seconds, while with 2.0.4, it takes about 8.6 seconds. Please see the attached code samples, and let me know if were are doing something wrong, or if this is to be expected.