Created
October 24, 2016 04:02
-
-
Save mccun934/cd4c0d6e06ea57fc525d9d0aaf35a18c to your computer and use it in GitHub Desktop.
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
# sudo -u postgres psql -d foreman | |
psql (9.2.15) | |
Type "help" for help. | |
foreman=# create index foreman_tasks_tasks_state_temp_idx on foreman_tasks_tasks ((state <> 'stopped')); | |
CREATE INDEX | |
foreman=# analyze; | |
ANALYZE | |
foreman=# |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment