Subject | Re: [firebird-support] Maximum size for trigger script? |
---|---|
Author | Ann W. Harrison |
Post date | 2005-07-20T20:06:19Z |
Brenden Walker wrote:
There's no real way to predict whether the blr will be larger or smaller
than the text - names expand, operations contract ...
However, a procedure can invoke another procedure with little or no
performance cost, so why not try modularity?
Regards,
Ann
> I'm guessing it's 65535 or thereabouts, and I took a quick look in 'theThe blr (semi-compiled form) of the procedure is limited to 64Kb.
> book' and the limits appendix doesn't seem to have this.
>
There's no real way to predict whether the blr will be larger or smaller
than the text - names expand, operations contract ...
However, a procedure can invoke another procedure with little or no
performance cost, so why not try modularity?
Regards,
Ann