Re: Function Vs Expressions
- From: "Rick Brandt" <rickbrandt2@xxxxxxxxxxx>
- Date: Mon, 17 Apr 2006 11:52:06 GMT
Jose Perdigao wrote:
I don't understand why domain aggregate functions is slower than
expressions, they should be faster because is aggregated in access.
There is overhead associated with the use of a domain aggregate function. When
used singularly in code or a form/report expression this overhead is not an
issue. When used in a loop or a query that overhead is incurred for each and
every row or loop iteration and then it becomes a significant performance
problem.
--
Rick Brandt, Microsoft Access MVP
Email (as appropriate) to...
RBrandt at Hunter dot com
.
- Follow-Ups:
- Re: Function Vs Expressions
- From: Jose Perdigao
- Re: Function Vs Expressions
- References:
- Function Vs Expressions
- From: Jose Perdigao
- Re: Function Vs Expressions
- From: Allen Browne
- Re: Function Vs Expressions
- From: Jose Perdigao
- Function Vs Expressions
- Prev by Date: Re: Function Vs Expressions
- Next by Date: Re: Function Vs Expressions
- Previous by thread: Re: Function Vs Expressions
- Next by thread: Re: Function Vs Expressions
- Index(es):
Relevant Pages
|
|