Is it possible to move blob data type values out of table and keep it in separate page, keeping BLOB the part of the table.
Geetanjali Mehra Oracle and MySQL DBA Corporate Trainer On Mon, May 26, 2014 at 3:26 PM, Reindl Harald <h.rei...@thelounge.net>wrote: > > Am 26.05.2014 11:40, schrieb geetanjali mehra: > > I want to know where does MyISAM and innodb stores its BLOB data ; inside > > the table or outside the table. I tried to understand BLOB using MySQL > > online docs but failed. > > inside the table, it's just a field type > >