Last Updated: February 25, 2016
·
5.32K
· stereoscott

Find slow postgres queries on heroku

From your console within your project directory type the following command:
heroku logs --tail --ps postgres

Slow queries are automatically logged by heroku. This will tail your app logs and filter them for the postgres process only. It's great real-time feedback of your app's database performance.

1 Response
Add your response

you're my hero

over 1 year ago ·