Robert Byrne
Robert Byrne
> I need to spend some time on this. I appreciate it's not a simple change, thanks for looking. > Did you try to optimize the calls through the _writev...
Had another look at the blog post. The reason writev gets called in that elastic search stream is because write (and writev) waits until the query has been processed: ```js...
> at this time I don't know what is the best choice between implementing the batching mechanism internally or documenting an official way to batch the rows externally Absolutely, your...
> does not mimic a scenario with an in-js-loop stream that never ends generating data. Is it the scenario you are having ? In my frame of mind, data usually...
Thanks for the thorough investigation! I did write a batching transform initially, but it didn't concat the chunks so it didn't have much impact. That's when I started looking at...