Innodb不保证连续的使用空闲空间保存数据

InnoDB does not guarantee that it uses free pages sequentially, and many optimizations around bulk data loading will cause pages to be used out of order. (More on page splitting and these optimizations)

1、Innodb不保证连续的使用空闲空间保存数据,这么做的原因有(页的分裂和一些优化)
2、在为新数据分配extent时,可以看到有种情况发生:一个index后面是多个free page(63个),然后再是一个index.