Open wisedf opened 1 week ago
Hello @wisedf ,
At this moment, there is no way to improve this.
I cannot promise anything yet, but I will have a discussion with my employees at the beginning of next week to check if we want to simplify the SQL generated.
Best Regards,
Jon
Hello,
I'm experiencing performance issues when using UpdateAsync. The EXISTS clause is being included unnecessarily in the generated query, impacting performance.
Example:
Generated query: commandText
How it should be generated:
Is there a way to avoid the unnecessary EXISTS clause or improve the performance of this query? Thank you!
Postgresql 15; Assembly Z.EntityFramework.Plus.EFCore, Version=6.103.6.0