unmango / safir

Cloud native media management platform
GNU General Public License v3.0
2 stars 0 forks source link

Event sourcing unit of work #907

Open UnstoppableMango opened 3 years ago

UnstoppableMango commented 3 years ago

Currently every operation will persist changes. There should be potential for optimization by adding a unit of work concept. Reducing round trips to the underlying store, etc.