Subject | Re: [ib-support] Computed fields vs view |
---|---|
Author | Martijn Tonies |
Post date | 2002-10-17T09:45:02Z |
Hi Arno,
With regards,
Martijn Tonies
InterBase Workbench - the developer tool for InterBase
http://www.upscene.com
Firebird Workbench - the developer tool for Firebird
http://www.upscene.com
Upscene Productions
http://www.upscene.com
"This is an object-oriented system.
If we change anything, the users object."
> > I have to add several fields to my table that will contain month, yearand
> > week number computed from one date type field. They will be usedstrictly
> > for reporting purposes (grouping etc). I wonder what solution isbetter -
> > add computed fields to the table or create a view with these fieldsadded?
>If
> On a computed field you can put indicies which would speed up the query.
> speed is important for you.Since when?
With regards,
Martijn Tonies
InterBase Workbench - the developer tool for InterBase
http://www.upscene.com
Firebird Workbench - the developer tool for Firebird
http://www.upscene.com
Upscene Productions
http://www.upscene.com
"This is an object-oriented system.
If we change anything, the users object."