Subject | RE: [firebird-support] Variable Data Field Size |
---|---|
Author | Alan McDonald |
Post date | 2008-10-22T08:10:31Z |
> Hiwhy aren't you just storing in binary (in a binary blob), it's probably far
>
> I have tried varchar ... but I ran to exactly what you saying here 32K
> limit...
> Im trying to decode binary files into txt using base64 which depending
> on
> the size of the files produces a kinda large text format which i want
> to store into the database..
> Varchar behaves a bit choppy in this regard and I think the answer is
> in blob subtype text..
> I would be nice if I can compress on the fly before storing ... so I
> need to be carefull not to
> add any major lag...
>
more efficient than first converting to base64
Alan