-
Hi, I was wondering if there is any plan to support the EnableConstantParameterization parameter in the ODataSettings object? We For example, when we use AutoMapper.Extensions.OData EnableConstantParameterization is always true, so parameters are used in queries and some characters are escaped. But when looking at the execution plan of SQL Server 2019, we found that it cannot parallelize queries where characters are escaped in a WHERE clause. When EnableConstantParameterization is set to false, it takes 0.3 second to retrieve some data, compared to 4.1 seconds when the same parameter is set to true. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
No plans but PRs are welcome. You'll want to include failing tests which pass with you changes. |
Beta Was this translation helpful? Give feedback.
No plans but PRs are welcome. You'll want to include failing tests which pass with you changes.