F/OSS SQL 分析器/优化器必备功能
我喜欢 MySQL 的查询分析器...但不喜欢它的价格标签。我想我可以自己写一些东西来对慢查询日志、索引、表状态字段等进行分析,并将其作为替代的 F/OSS 解决方案提供。
对于这样的解决方案,您最需要的功能是什么?
I like MySQL's Query Analyzer...but not the price tag. I think I can write something myself to do analysis on slow query logs, indexes, table status fields, etc. and offer it as an alternative, F/OSS solution.
What would be your top-requested features for such a solution?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
也许很高兴拥有:
Maybe nice to have:
Maatkit 的 mk-query-digest 完成了大部分工作,并且是开放的 -来源。它不是 GUI,但我发现数据比查询分析器更有用、更灵活。使用 tcpdump 模式可以提供查询分析器所提供的大部分功能,而无需代理开销。
也许考虑将 Maatkit 或至少 Maatkit 的想法集成到 GUI 中会很有用。
Maatkit's mk-query-digest does most of this and is open-source. It's not a GUI, but I find the data more useful and flexible than the query analyzer. Using the tcpdump mode provides much of what query analyzer provides without the proxy overhead.
Perhaps looking at integrating Maatkit or at least Maatkit's ideas into a GUI would be useful.