Subject Table "computed by" or view calculation?
Author Jorge Andres Brugger
I'm writing a view that include some calculations. In terms of performance,
and generally talking, what is better?
- Create a "computed by" field in table, and reference it from view, or
- Do calculation directly in the view (price * qty AS Total)

Thanks!


[Non-text portions of this message have been removed]