标签: 开发 数据库
背景描述:
记录下平时看到的数据库优化小技巧。
distict
group by
https://www.cnblogs.com/wuer888/p/7521906.html
select 1 fromtable where a = 1 limit 1
MySQL 使用自增ID主键和UUID 作为主键的优劣比较详细过程(从百万到千万表记录测试)
mysql设计与优化(一)
原文:https://www.cnblogs.com/cxy2016/p/13380853.html