Created
February 25, 2014 10:06
-
-
Save dinks/9206228 to your computer and use it in GitHub Desktop.
Explain for longer queries
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Log the query plan for queries taking more than this (works | |
| # with SQLite, MySQL, and PostgreSQL) | |
| config.active_record.auto_explain_threshold_in_seconds = 0.5 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment