MySQL Forums
Forum List  »  Performance

Is BLOB stored in InnoDB buffer pool?
Posted by: jawahar Muthukrishnan
Date: February 02, 2009 06:07PM

According to the article below, that compares Falcon Engine with InnoDB, InnoDB stores BLOB data in the buffer pool.
http://dev.mysql.com/tech-resources/articles/falcon-in-depth.html

In the official documentation, it is mentioned as below (http://mysql.openmirrors.org/doc/refman/5.1/en/innodb-restrictions.html):

InnoDB stores the first 768 bytes of a VARCHAR, BLOB, or TEXT column in the row, and the rest into separate pages.

The documentation doesnt state if all the pages corresponding to a BLOB are loaded when a request for a record, that has a column of BLOB datatype, is made..

Options: ReplyQuote


Subject
Views
Written By
Posted
Is BLOB stored in InnoDB buffer pool?
4023
February 02, 2009 06:07PM
2043
February 03, 2009 12:34AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.