敖胤

绳锯木断,水滴石穿;聚沙成塔,集腋成裘。

导航

2021年7月22日 #

MySQL优化—EXPLAIN与TRACE浅析

摘要: 准备表 CREATE TABLE `cust` ( `cust_id` int(10) unsigned NOT NULL AUTO_INCREMENT, `cust_name` varchar(100) DEFAULT NULL, `age` smallint(3) DEFAULT NULL, ` 阅读全文

posted @ 2021-07-22 21:07 敖胤 阅读(455) 评论(0) 推荐(0) 编辑