Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Ruby on Rails 优化 Postgres。在过去的几天里,我发现我的网站加载缓慢。应用程序正在使用具有 3-4 个表连接的不同查询来获取数据。
你能帮我做些什么来提高数据库级别的应用程序性能吗?
看看这里。您需要捕获并查看所有活动并从那里开始。下面的链接提供了一个开源工具来做到这一点。
http://dalibo.github.io/pgbadger/