Subject | Re: [firebird-support] Nested and recursive procedures |
---|---|
Author | Martijn Tonies |
Post date | 2004-02-03T08:14:23Z |
Hi,
Nope.
With regards,
Martijn Tonies
Database Workbench - developer tool for InterBase, Firebird, MySQL & MS SQL
Server.
Upscene Productions
http://www.upscene.com
> I have a proc calling another a statement with an in-clause referring to aWith only this little info?
> recursive proc, as
>
> Create procedure proc_1 returns (F2 integer)
> as
> for select F2 from proc_2 where F1 in (select F1 from proc_recursive) do
> suspend;
> end
>
> Run separately, the procs are lightning fast, also the recursive one. But
> put together like this, something happens, resulting in a 10 sec response
> even for the smallest result sets.
>
> Any clue?
Nope.
With regards,
Martijn Tonies
Database Workbench - developer tool for InterBase, Firebird, MySQL & MS SQL
Server.
Upscene Productions
http://www.upscene.com