Closed hyunbin7303 closed 1 year ago
For the current event model for event store, it is able to store as event model for both Todo and Person. For the performance enhancement(+storage management), we can split TodoEventModel collection and PersonEventModel Collection.
For now just use EventModel for both Person and Todo Model. https://media.discordapp.net/attachments/955313574589366283/1075142366610083900/image.png?width=1202&height=593
For the current event model for event store, it is able to store as event model for both Todo and Person. For the performance enhancement(+storage management), we can split TodoEventModel collection and PersonEventModel Collection.