diff --git a/entity-framework/core/what-is-new/ef-core-8.0/breaking-changes.md b/entity-framework/core/what-is-new/ef-core-8.0/breaking-changes.md index b6e2ad4559..9826b7b892 100644 --- a/entity-framework/core/what-is-new/ef-core-8.0/breaking-changes.md +++ b/entity-framework/core/what-is-new/ef-core-8.0/breaking-changes.md @@ -151,7 +151,9 @@ WHERE [b].[Name] IN ( ) ``` -However, after the release of EF 8 it turned out that while the new SQL is more efficient for most cases, it can be dramatically less efficient in a minority of cases, even causing query timeouts in some cases +However, after the release of EF 8 it turned out that while the new SQL is more efficient for most cases, it can be dramatically less efficient in a minority of cases, even causing query timeouts in some cases. + +Please see [this comment](https://github.com/dotnet/efcore/issues/32394#issuecomment-2266634632) for a summary of the change in EF 8, the partial mitigations provided in EF 9, and the plan going forward for EF 10. #### Mitigations