Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve the Search EF evaluator. Reduce allocations. #423

Closed
Tracked by #427
fiseni opened this issue Nov 9, 2024 · 0 comments · Fixed by #444
Closed
Tracked by #427

Improve the Search EF evaluator. Reduce allocations. #423

fiseni opened this issue Nov 9, 2024 · 0 comments · Fixed by #444
Assignees
Milestone

Comments

@fiseni
Copy link
Collaborator

fiseni commented Nov 9, 2024

The Search feature translates to SQL Like in the EF evaluators. Considering that we have OR groups, we must build the expressions dynamically. The current implementation has much room for improvement. We must apply allocation-free GroupBy implementation, avoid closures in EF parameterizations, reduce visitor instances, etc. I don't foresee any breaking changes here.

@fiseni fiseni mentioned this issue Nov 9, 2024
21 tasks
@fiseni fiseni self-assigned this Dec 20, 2024
@fiseni fiseni added this to the 9.0 milestone Mar 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant