79371369

Date: 2025-01-20 12:53:18
Score: 2.5
Natty:
Report link

I have a questions about this.

My thinking is that in large systems transaction on db can cause performance issue. And one of solution is coming to my mind is.

User unitOfWork to apply all changes as we need. Use Optimistic concurrency locks on aggregates

Is it a good idea ? I am thinking that in that way we will keep data consistency and resolve performance issue of transactions

Reasons:
  • Blacklisted phrase (1.5): I have a question
  • Whitelisted phrase (-1): solution is
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Hubert Przybylski