标签: mysql ruby performance performance-testing database-performance
我的Rails应用程序中有一些繁重的查询。对我来说最好的方法是什么?
我正在生产控制台中运行查询,但是由于存在缓存,因此信息不足
User.includes(posts: :comments).where(status: :active).references(:comments)
我的用户表是1000万
我收到一条警报/异常消息: “查询X已运行xxxxxx ms”