According to my own measurements made almost a year ago for the
aforementioned data size, BLOB type offers slightly better performance
(a few percent) over BINARY. So if you don't need index on this column
I'd go with BLOB.
Regards,
wburzyns
On Apr 4, 1:55 pm, Noel Grandin <
noelgran...@gmail.com> wrote:
> On 2012-04-04 12:33, Carl Hasselskog wrote:> I have two questions regarding binary data:
>
> > 1. I have a column that will contain approx. 1KB-5Kb per row. What is
> > generally the best option here, blob or binary?
>
> binary
>
> > 1. If I use blob, will the data be read from disk if I include the