v0.160.0
Plain davegaeddert
Plain
by davegaeddert
1 week, 4 days ago

Plain doesn't auto-index foreign keys — you declare the indexes you want. Add a composite index starting with that FK and the single-column one is redundant anyway: Postgres uses the composite's leftmost prefix. Explicit indexes, no overlap by default.