Created
September 27, 2013 14:46
-
-
Save spinegar/6729729 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
| OPTIMIZE TABLE accounts; | |
| OPTIMIZE TABLE accounts_audit; | |
| OPTIMIZE TABLE accounts_bugs; | |
| OPTIMIZE TABLE accounts_cases; | |
| OPTIMIZE TABLE accounts_contacts; | |
| OPTIMIZE TABLE accounts_cstm; | |
| OPTIMIZE TABLE accounts_opportunities; | |
| OPTIMIZE TABLE accro_account_roles; | |
| OPTIMIZE TABLE accro_account_roles_accounts_c; | |
| OPTIMIZE TABLE accro_account_roles_audit; | |
| OPTIMIZE TABLE accro_account_roles_contacts_c; | |
| ... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment