Hello,
I am wondering if there is a more efficient interface to create a large number of documents at once, all of the same type.
For N documents I can simply perform N .save() calls, and wait on all the futures in parallel, but I am wondering if there is something faster (send them all in one request) / more elegant available in Wither that I did not see.
Thank you.
Hello,
I am wondering if there is a more efficient interface to create a large number of documents at once, all of the same type.
For
Ndocuments I can simply performN.save()calls, and wait on all the futures in parallel, but I am wondering if there is something faster (send them all in one request) / more elegant available in Wither that I did not see.Thank you.