摘自官方文档:

    主要是Innodb特点及其负责部分:

    Storage limits(存储限制):64T

    Transactions(是否支持事务):yes

    Locking granularity(锁粒度):Row

    MVCC(是否支持多版本控制):yes

    Geospatial data type support(空间数据类型):yes

    Geospatial indexing support(索引空间数据类型):NO

    B-tree indexes :yes

    Hash indexes:NO(Innodb 内部有自适应哈希索引)

    Full-text search indexes(全文索引):不支持

    Clustered indexes(复合索引):yes  

    Data/index  caches :yes

    Compressed data:yes  (支持压缩功能需要 Innodb 的存储文件格式是Barracuda)

    Encrypted data:yes (由MySQL server的加密函数实现,并非存储引擎)

    Cluster database support:no

    Replication support:yes (由 MySQLserver实现)

    Foreign key support:yes

    Backup / point-in-time recovery:yes  (由 MySQLserver实现)

    Query cache support:yes (对Innodb基本无效)

    Update statistics for data dictionary:yes

    附上一张结构图: