Subject Re: Table "computed by" or view calculation?
Author Adam
--- In firebird-support@yahoogroups.com, "Jorge Andres Brugger"
<jorge.brugger@...> wrote:
>
> 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)
>

I would be extremely surprised if there was any difference.

Adam