Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
Remove unused indices #782
Conversation
erikjohnston
assigned
NegativeMjark
May 13, 2016
NegativeMjark
commented on an outdated diff
May 13, 2016
synapse/storage/schema/delta/32/remove_indices.sql
| -- The following indices were unused | ||
| +DROP INDEX IF EXISTS remote_media_cache_thumbnails_media_id; | ||
| DROP INDEX IF EXISTS evauth_edges_auth_id; | ||
| DROP INDEX IF EXISTS topics_room_id; |
NegativeMjark
Contributor
|
|
Other than the topics table it LGTM |
erikjohnston
merged commit 024cda9
into
develop
May 13, 2016
richvdh
deleted the
erikj/remove_indices
branch
Dec 1, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
erikjohnston commentedMay 13, 2016
•
edited
This includes removing both unused indices and indices that are subsets of other indices.