gitlab-org--gitlab-foss/db
Yorick Peterse 590ed2ae27
Add missing index for getting recent push events
This index is required to allow fast retrieval of recent push events
without merge requests. Without this index in place the query would
lead to PostgreSQL scanning over 150 000 index entries all the time,
easily taking up between 200 and 500 milliseconds. This index
reduces the time spent in this process to around 40 milliseconds on
GitLab.com.
2017-09-14 21:29:46 +02:00
..
fixtures Move GitHooksService to Gitlab::Git 2017-08-23 10:45:20 +02:00
migrate Add missing index for getting recent push events 2017-09-14 21:29:46 +02:00
post_migrate Merge branch 'events-migration-cleanup' into 'master' 2017-09-07 15:33:54 +00:00
schema.rb Add missing index for getting recent push events 2017-09-14 21:29:46 +02:00
seeds.rb