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
I've just created my first TPH EF Core DbContext and discovered that the Discriminator column is not indexed. Won't this result in a table scan for any queries that use the Discriminator to determine the derived type?