SQLAdvisor icon indicating copy to clipboard operation
SQLAdvisor copied to clipboard

输入SQL,输出索引优化建议

Results 77 SQLAdvisor issues
Sort by recently updated
recently updated
newest added

安装过程能不能再简单一点,依赖的东西有点麻烦,有时候会装不上什么的。

1.OS version:CentOS release 6.5 (Final) MySQL version:5.7.16-log 2.error 2017-03-10 14:41:26 18622 [Note] 第1步: 对SQL解析优化之后得到的SQL:select count(1) AS `COUNT(1)` from (`mydb`.`archive` `a` left join `mydb`.`archive_detail` `ad` on((`a`.`id` = `ad`.`archive_id`))) where (`a`.`user_id` =...

CMake Error: your CXX compiler: "CMAKE_CXX_COMPILER-NOTFOUND" was not found

增加了可以按照分号分隔分析多条sql;修复了部分bug; 官方好像不维护了,我准备新开一个项目继续完善开发一版新的sqladvisor,有意一起开发的可以关注联系我,QQ:804194244

fix: 增加了可以按照分号分隔分析多条sql;修复了部分bug; 此项目已团队不再维护,项目地址更换 https://github.com/mysqladvisor/MySQLAdvisor

开源的mysql管理平台,支持sqladvisor https://github.com/myide/see

鉴于长期无人维护,所以fork了代码,修复使用中遇到的问题,新的项目地址位于 https://github.com/sunashe/SQLAdvisor