I’ve been investigating a performance issue with a slow query that is generated by Entity Framework (9.x) running on a v15 SQL Server database. The query is pretty simple. It’s just selecting rows based on one or more values that are in an indexed string column. But when executed, it doesn’t appear that the index […] The post The Entity Framework: WHERE IN vs. OPENJSON Problem appeared first on Atomic Spin.