Subject | Re: [firebird-support] Re: Since I shouldn't use COUNT.... |
---|---|
Author | t.s. |
Post date | 2006-07-21T07:06:21Z |
> It just requires a stored procedure to be executed periodicallySpeaking of which, any consensus on how to best do this ?
> to minimise the number or records to be summed.
- a cron job / scheduled task ?
- via event monitors ?
- a counter and a trigger ? (i.e. execute after counter reaches n)
- forced during application startup ? (won't work for web apps, though)
- something else ?
Thanks in advance,
t.s.