diff options
author | Rémy Coutable <remy@rymai.me> | 2016-08-11 11:59:24 +0000 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2016-08-11 11:59:24 +0000 |
commit | 9d27e8f097be4d392e74bc1a3116f46d4d80cf6c (patch) | |
tree | 9a79b41ffd90083dcaf65c2e2e56b5125e720f0d /lib/api/internal.rb | |
parent | 9a30b27bba6cdaf14c051112500d1940e1390649 (diff) | |
parent | 7d39bc879d6dc4c0111b3c4ecb2d879034d8d36f (diff) | |
download | gitlab-ce-9d27e8f097be4d392e74bc1a3116f46d4d80cf6c.tar.gz |
Merge branch 'remove-unused-indexes' into 'master'
Remove various redundant indexes
## What does this MR do?
This MR removes various redundant and unused indexes. See c3d5c536d9c77dbe183744cb19f2cdab7ee606fd for more information.
## Are there points in the code the reviewer needs to double check?
No.
## Why was this MR needed?
Unused indexes are a waste of storage space and slow down database writes. If they are ever needed again we can re-create them. There's no point in hoarding indexes because you _may_ need them in the future.
## What are the relevant issue numbers?
#20767
## Screenshots (if relevant)
## Does this MR meet the acceptance criteria?
- [x] [CHANGELOG](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CHANGELOG) entry added
- Tests
- [ ] All builds are passing
- [x] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides)
- [ ] Branch has no merge conflicts with `master` (if you do - rebase it please)
- [x] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits)
See merge request !5759
Diffstat (limited to 'lib/api/internal.rb')
0 files changed, 0 insertions, 0 deletions