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
That's a great idea. So a connection goes into "bulk mode", operations get accumulated internally, and then executed in one fell swoop with executeBulk?
Just look at this code:
This produces multiple ES requests, but it is really possible to make a bulk of them:
What do you think?
I already implemented this feature and can make a PR if you are interested
The text was updated successfully, but these errors were encountered: