Skip to content

Avoid sequential scans loading schema_migrations table when loading application settings

Stan Hu requested to merge sh-fix-schema-migrations-seq-scans into master

This was causing significant performance problems in production, and this commit reverts to the original behavior.

See gitlab-com/database#96 (closed).

Edited by Stan Hu

Merge request reports