Subject | Re: [firebird-support] Memory allocation problem in Firebird 2.1.2 |
---|---|
Author | Dmitry Yemanov |
Post date | 2009-08-18T04:10:09Z |
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
>Have you considered writing an UDF which receives a blob and returns a
> What we are trying to do is get a short message from the content of the
> blob which is in the first 100 chars of the blob and after various
> 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