currently .net client supports append operations for single stream only. Are there any plans to support batched appends - in order to be able to append multiples streams per single request? That would improve performance a lot for many use cases.
My scenario is data migration. I have stream per aggregate in ddd context. This is “offline” operation, however it takes us quite a time to create ~10 mln. streams in ES when single stream is created per operation.
So if one event/stream why can you only get to about 700-sec? A full asynchronous client should be able to get easily to say 20k want to post some code?