gitlab-org--gitlab-foss/lib/gitlab/database
Stan Hu e38938b332 Fix Error 500 viewing admin page due to statement timeouts
Uses PostgreSQL tuple estimates to provide a much faster yet approximate
count. See https://wiki.postgresql.org/wiki/Slow_Counting for more details.
We only use this fast method if the table has been analyzed or vacuumed
within the last hour.

Closes #46255
2018-05-16 08:27:48 -07:00
..
rename_reserved_paths_migration [Rails5] Fix Arel::UpdateManager 2018-04-29 12:54:58 +11:00
arel_methods.rb [Rails5] Fix Arel::UpdateManager 2018-04-29 12:54:58 +11:00
count.rb Fix Error 500 viewing admin page due to statement timeouts 2018-05-16 08:27:48 -07:00
date_time.rb fixing spec failures 2016-11-17 08:22:55 +01:00
grant.rb Use has_table_privilege for TRIGGER on PostgreSQL 2018-01-22 13:43:38 +01:00
median.rb Adapt cycle analytics spec helper and cycle analytics usage data spec 2018-03-01 16:43:26 +00:00
migration_helpers.rb [Rails5] Fix Arel::UpdateManager 2018-04-29 12:54:58 +11:00
multi_threaded_migration.rb Prepare for zero downtime migrations 2017-04-12 18:15:19 +02:00
read_only_relation.rb Fix setting share_with_group_lock 2017-09-15 17:38:46 +02:00
sha_attribute.rb [Rails5] Update type_cast_*_database methods 2018-04-06 10:57:19 +00:00