1

I really hate Tasks or features where you have to consider to persist calculated Values in the DB or not.
Pro: Faster Access to These values
Con: You'll have to make sure that everyone is reflecting changes on an Source of These values.

Comments
  • 1
    Why not a computed column, view, or trigger?

    Too complex a calculation?
  • 0
    The calculated Values are retreived from 3 Tables and some Conditions and are not just for display. There is currently another component that relies on this Values. 🤔
Add Comment