We have a small base class with four derived classes. The derived classes are quite big (~75 properties each, some of them resulting from ComplexTypes as well).
Still: performance should be ok, at least it is with other inheritance strategies. Is table-per-type still unusable in EF6? Is there any workaround/hack/fix to improve the situation?
Note: Performance is not okay at all, querying a table with one entry only takes about two minutes!