perf: make sure all foreign keys have an index #143
Labels
good first issue
Good for newcomers
hacktoberfest
Recommendation for work that qualifies for hacktoberfest approvals
technical
Not a feature nor a bug
from https://www.graphile.org/postgraphile/performance/, see https://www.graphile.org/postgraphile/postgresql-indexes/#advice---foreign-key-indexes too.
So all such columns should have an index. The index migrations could be merged into the table definitions.
The text was updated successfully, but these errors were encountered: