Subject | Re: [firebird-support] Store large amount of Binary Data in FB |
---|---|
Author | Elmar Haneke |
Post date | 2007-06-24T16:23:40Z |
> Can FB handel such huge binary data effeceintly?300 files / 23MB is not really huge.
As firebird does transfer Blobs in small parts, there is no problem
arising on large BLOBS. MySQL e.g. does behave different on that, you
have to define an maximum blob size there.
Elmar