Subject | Re: [firebird-support] Re: Execute Statement eating memory |
---|---|
Author | Dimitry Sibiryakov |
Post date | 2006-01-13T07:54:04Z |
On 12 Jan 2006 at 13:00, pi3k14 wrote:
selectable SP is called from PSQL or subquery. This memory is
released only on commit of transaction if I'm not mistaken.
--
SY, Dimitry Sibiryakov.
> AND EXISTS( SELECT *That's it! FB1.5 has a bug with growing memory consumption when
> FROM HentDimSaldoBalanse( 'B', Bunke.Id
> )
> WHERE Dimensjoner = :Dimensjoner )
>
>It is the EXISTS statement that "breaks the server", it seems like it
>consumes a lot of memory for each invocation. HentDimSaldoBalanse is
>simplified to just return the string '#'.
selectable SP is called from PSQL or subquery. This memory is
released only on commit of transaction if I'm not mistaken.
--
SY, Dimitry Sibiryakov.