You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The simple, general thing is to create an expression index. It's also possible to speed up containment specifically via a GIN index, but that's limited (explore further).
Like dotnet/efcore#29623.
PG documentation
The simple, general thing is to create an expression index. It's also possible to speed up containment specifically via a GIN index, but that's limited (explore further).