Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Matrix
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container Registry
Model registry
Operate
Environments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TeDomum
Matrix
Commits
9295fa30
Commit
9295fa30
authored
8 years ago
by
Mark Haines
Browse files
Options
Downloads
Patches
Plain Diff
Annotate the removed indicies with why they were removed.
parent
5e500584
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
synapse/storage/schema/delta/32/remove_indices.sql
+15
-18
15 additions, 18 deletions
synapse/storage/schema/delta/32/remove_indices.sql
with
15 additions
and
18 deletions
synapse/storage/schema/delta/32/remove_indices.sql
+
15
−
18
View file @
9295fa30
...
...
@@ -16,27 +16,24 @@
-- The following indices are redundant, other indices are equivalent or
-- supersets
DROP
INDEX
IF
EXISTS
events_room_id
;
DROP
INDEX
IF
EXISTS
events_order
;
DROP
INDEX
IF
EXISTS
events_topological_ordering
;
DROP
INDEX
IF
EXISTS
events_stream_ordering
;
DROP
INDEX
IF
EXISTS
state_groups_id
;
DROP
INDEX
IF
EXISTS
event_to_state_groups_id
;
DROP
INDEX
IF
EXISTS
event_push_actions_room_id_event_id_user_id_profile_tag
;
DROP
INDEX
IF
EXISTS
event_push_actions_room_id_user_id
;
DROP
INDEX
IF
EXISTS
event_destinations_id
;
DROP
INDEX
IF
EXISTS
st_extrem_id
;
DROP
INDEX
IF
EXISTS
event_content_hashes_id
;
DROP
INDEX
IF
EXISTS
event_signatures_id
;
DROP
INDEX
IF
EXISTS
event_edge_hashes_id
;
DROP
INDEX
IF
EXISTS
redactions_event_id
;
DROP
INDEX
IF
EXISTS
remote_media_cache_thumbnails_media_id
;
DROP
INDEX
IF
EXISTS
room_hosts_room_id
;
DROP
INDEX
IF
EXISTS
event_search_ev_ridx
;
DROP
INDEX
IF
EXISTS
events_room_id
;
-- Prefix of events_room_stream
DROP
INDEX
IF
EXISTS
events_order
;
-- Prefix of events_order_topo_stream_room
DROP
INDEX
IF
EXISTS
events_topological_ordering
;
-- Prefix of events_order_topo_stream_room
DROP
INDEX
IF
EXISTS
events_stream_ordering
;
-- Duplicate of PRIMARY KEY
DROP
INDEX
IF
EXISTS
state_groups_id
;
-- Duplicate of PRIMARY KEY
DROP
INDEX
IF
EXISTS
event_to_state_groups_id
;
-- Duplicate of PRIMARY KEY
DROP
INDEX
IF
EXISTS
event_push_actions_room_id_event_id_user_id_profile_tag
;
-- Duplicate of UNIQUE CONSTRAINT
DROP
INDEX
IF
EXISTS
event_destinations_id
;
-- Prefix of UNIQUE CONSTRAINT
DROP
INDEX
IF
EXISTS
st_extrem_id
;
-- Prefix of UNIQUE CONSTRAINT
DROP
INDEX
IF
EXISTS
event_content_hashes_id
;
-- Prefix of UNIQUE CONSTRAINT
DROP
INDEX
IF
EXISTS
event_signatures_id
;
-- Prefix of UNIQUE CONSTRAINT
DROP
INDEX
IF
EXISTS
event_edge_hashes_id
;
-- Prefix of UNIQUE CONSTRAINT
DROP
INDEX
IF
EXISTS
redactions_event_id
;
-- Duplicate of UNIQUE CONSTRAINT
DROP
INDEX
IF
EXISTS
room_hosts_room_id
;
-- Prefix of UNIQUE CONSTRAINT
-- 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
;
DROP
INDEX
IF
EXISTS
presence_stream_state
;
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment