diff options
author | Alexis Reigel <alexis.reigel.ext@siemens.com> | 2018-12-11 09:43:34 +0100 |
---|---|---|
committer | Alexis Reigel <alexis.reigel.ext@siemens.com> | 2019-02-27 20:19:50 +0100 |
commit | 022ee0c0c91d30dea3c1c0472525e86ec8379827 (patch) | |
tree | e50e74ec12ffcfe3e3964f53cbdce872af7f4527 /db/schema.rb | |
parent | cd063eec32a8b32d9b118f6cbdb0e96de0d0ec51 (diff) | |
download | gitlab-ce-022ee0c0c91d30dea3c1c0472525e86ec8379827.tar.gz |
don't filter tags by taggable type
Due to performance reasons we cannot use the type filter on the tags.
The table for ActsAsTaggableOn is too big and too unoptimized, such that
the queries time out on production.
See the discussion
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/19740#note_120087938
for more info.
Diffstat (limited to 'db/schema.rb')
0 files changed, 0 insertions, 0 deletions