Subject | RE: [firebird-support] Memory allocation problem in Firebird 2.1.2 |
---|---|
Author | Calin Pirtea |
Post date | 2009-08-18T05:30:23Z |
Hi Dmitry,
That was my first try. Unfortunately it is a lot worse. It allocates 2GB
of RAM and that keeps on working corrupting memory. Scary stuff.
Cheers,
Calin Pirtea
From: firebird-support@yahoogroups.com
[mailto:firebird-support@yahoogroups.com] On Behalf Of Dmitry Yemanov
Sent: Tuesday, 18 August 2009 12:10 PM
To: firebird-support@yahoogroups.com
Subject: Re: [firebird-support] Memory allocation problem in Firebird
2.1.2
Calin Pirtea wrote:
varchar? It shouldn't produce any temporary blobs and its input blob
will be closed right after the UDF is executed, so I don't expect any
memory to leak here.
Dmitry
[Non-text portions of this message have been removed]
That was my first try. Unfortunately it is a lot worse. It allocates 2GB
of RAM and that keeps on working corrupting memory. Scary stuff.
Cheers,
Calin Pirtea
From: firebird-support@yahoogroups.com
[mailto:firebird-support@yahoogroups.com] On Behalf Of Dmitry Yemanov
Sent: Tuesday, 18 August 2009 12:10 PM
To: firebird-support@yahoogroups.com
Subject: Re: [firebird-support] Memory allocation problem in Firebird
2.1.2
Calin Pirtea wrote:
>the
> What we are trying to do is get a short message from the content of
> blob which is in the first 100 chars of the blob and after variousHave you considered writing an UDF which receives a blob and returns a
> changes to it we place this in another field that is then aggregated.
>
> We are looking for help in identifying a workaround for this issue.
varchar? It shouldn't produce any temporary blobs and its input blob
will be closed right after the UDF is executed, so I don't expect any
memory to leak here.
Dmitry
[Non-text portions of this message have been removed]