TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: There is a New Relic for Data Bases?

2 pointsby dudurochaabout 12 years ago
Guys, I don't have a DBA in my startup, and using MVC, I feel that my queries are sometimes slower than they could be. There is anything similar to New Relic only focused in the queries?

1 comment

sherazabout 12 years ago
I don't know that you need a new relic type system just yet. I would look at the queries that are sent to the database.<p>Assuming you are using a popular framework like Symfony or Django, there should be debugging output that will show the queries generated by the ORM. Symfony will show every query and it's execution time for every page load.<p>You should also look at your database server's configuration options. For example, both mysql and postgresql have options to flag slow queries. You can also dump every query the database makes to a logfile.
评论 #5484293 未加载