当前位置: 代码迷 >> 综合 >> mysql 5.6 innoDB 不支持数据和索引分离
  详细解决方案

mysql 5.6 innoDB 不支持数据和索引分离

热度:58   发布时间:2023-12-16 08:45:43.0

mysql 5.6 innoDB 不支持数据和索引分离

innoDB 不支持 INDEX DIRECTORY。但是 MyISAM 是支持索引和数据在文件系统上的分离。

https://dba.stackexchange.com/questions/83302/mysql-table-indexes-change-location

http://blog.itpub.net/28602568/viewspace-2090642/

InnoDB的B+树索引

『浅入浅出』MySQL 和 InnoDB

Store Mysql Index in separate .Ibd file?

High Performance MySQL by Derek J. Balling, Jeremy D. Zawodny-Chapter 4. Indexes

does non clustered index create a separate file to store its data? [closed]

InnoDB一棵B+树可以存放多少行数据?

  相关解决方案