best event sourcing db strategy

后端 未结 6 827
误落风尘
误落风尘 2020-12-22 23:09

I want to setup a small event sourcing lib. I read a few tutorials online, everything understood so far.

The only problem is, in these different tutorials, there are

6条回答
  •  醉酒成梦
    2020-12-22 23:28

    I would go with #2, and if you really want to have an efficient way of search via event type, I would just add an index on that column.

提交回复
热议问题