mysql ROW_FORMAT


http://dev.mysql.com/doc/refman/5.5/en/innodb-row-format-dynamic.html

file format为Antelope ,索引叶节点保存768 bytes or less

dynamic
    索引节点(非叶节点)上只保存较小的列,如果列很多,仍会保存列值的前一部分

compressed
    比较耗CPU性能
    适合IO密集型,CPU负载较低的情况

待深入
请使用浏览器的分享功能分享到微信等