Subject Re: [firebird-support] Blob write to Embedded on Linux performance
Author Mike Ro
On 09/06/14 19:11, Frank Schlottmann-Gödde frank@... [firebird-support] wrote:
 

> So the only mystery (for me!) remaining is why the UDF is so much faster
> when it is writing 4096 bytes at time with forced writes on?

Usually it is faster to let the server do the dirty work, but I'm not
sure that it is the only reason here.

Anyway, it seems that your problem is solved at least for now.

Well a UDF may well be a better option for embedded applications and thank you for your hints on getting this to work.