目录一、Explain1.1 explain作用1.2 explain列说明idselect_typetablepartiitonstypeselect_typepossible_keyskeykey_len(key_len值计算)key_len的计算:(举几个类型)refrowsfilteredExtra 总结一、Explain
目录1、索引优化1.1 建表或加索引时,保证表里互相不存在冗余索引。1.2 复合索引1.3 使用短索引1.4 单个表上的索引个数不能超过8个1.5 在多表join的SQL里,保证被驱动表的连接列上有索引,这样join执行效率最高。1.6
So my program works like this: using winforms, user enters ID number, using an array, based on the right id number, that student information and class schedule outputs in a message box!