摘自官方文档:

    主要是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

    附上一张结构图:

    

Innodb与MySQL各自功能

 

 

   

转载于:https://blog.51cto.com/weipengfei/950660

相关文章:

  • 2021-07-06
  • 2021-12-03
  • 2021-11-19
  • 2021-08-05
  • 2021-11-27
  • 2021-06-01
  • 2022-01-07
  • 2021-06-25
猜你喜欢
  • 2021-09-19
  • 2021-09-26
  • 2021-05-25
  • 2022-12-23
  • 2021-10-02
  • 2022-12-23
  • 2021-11-29
相关资源
相似解决方案