Subject | Re: [firebird-support] Re: What's the upper limit on LockHashSlots? |
---|---|
Author | Ann W. Harrison |
Post date | 2007-01-04T21:47:49Z |
Stephen J. Friedl wrote:
Reading and writing blobs from UDF's is not a big deal, but reading
and writing normal transactional data is tricky and can lead to
messy self-deadlocks.
Blobs become transactional when the blob id is stored in a record.
They're created outside transaction context and can be read that
way.
Regards,
Ann
>Does the application include UDF's that go back into the database?
>
> If I can get the vendor to tell me how he built his UDFs, I may be
> able to play with this some and see if it cuts down on mutex waits.
>
Reading and writing blobs from UDF's is not a big deal, but reading
and writing normal transactional data is tricky and can lead to
messy self-deadlocks.
Blobs become transactional when the blob id is stored in a record.
They're created outside transaction context and can be read that
way.
Regards,
Ann