MySQL筆記(三)——索引與優化相關

概述 例子:模擬100個用戶同時對一個擁有100萬行數據的表進行2000次查詢,對比無索引和有索引的耗時情況。 mysqlslap --defaults-file=/etc/my.cnf --concurrency=100 --iterations=1 --create-schema='test' --query="select * from test.t100w where k2='MN89'"
相關文章
相關標籤/搜索