Enumerable.Contains was optimized in EF6 but complex queries with Enumerable.Contains are still quite slow. I suspect, that such queries will not be auto compiled and the query translation takes all the time.
Is this correct? If yes, will auto compilation support be implemented for Enumerable.Contains?
Is this correct? If yes, will auto compilation support be implemented for Enumerable.Contains?