Possible Duplicate:
MySql: MyISAM vs. Inno DB!
I am implementing a blog in php using MySql.
Not all engines support special field types, as BLOB (binary large object) or TEXT types, which I need to use a lot.
Furthermore I will heavily need to manage comments to posts, and different possible archives of posts, using foreign key mechanism.
Which database storage engine (MyISAM, InnoDB,..) is it best to use in terms of efficiency and functionalities?