38 是否要使用memory引擎的表 内存表的数据组织结构 create table t1(id int primary key, c int) engine=Memory; create table t2(id int primary key, c int) engine=innodb; ,),(,),(,),(,),(,),(,),(,),(,),(,),(,); ,),(,),(,),(,),(,),(,),(,),(,),(,),(,); 可以看到,内存表t1的返回结果里面0在最后一行,…