Hi
What will in theory give me least stress on eventstore.
Writing to one stream from several connections (.net tcp) or writing to separate streams for each connection?
Thanks.
Hi
What will in theory give me least stress on eventstore.
Writing to one stream from several connections (.net tcp) or writing to separate streams for each connection?
Thanks.
It doesn't really matter as internally they are linearized anyways.
That said many streams will give a very slightly better performance
when operating in memtable.