Subject | Re: [firebird-support] Data type for small binary data |
---|---|
Author | Ivan Prenosil |
Post date | 2010-04-30T11:57:56Z |
> I have a table with lots of binary data. So far I have used blobs for them.VARCHAR(...) CHARACTER SET OCTETS
> Yet, most columns are sure to have only very few bytes, such as 16 bytes or
> so.
>
> @firebird-support: Is there a safe way to use something different than
> blobs, as I think I remember that blobs were not the most efficient way to
> store such information?