so,
. i’m reading a file which may contain anywhere between a few hundred and several hundred thousand items.
. each item is small, only a couple of fields.
. when they’ve all been dealt with, the result needs to be reconstituted into the same item set
is it better to store all the items into a single event in eventstore, or handle the extra complexity and have one event per item?
many thanks