Replies: 1 comment
-
I think it would be better to use Specification pattern with some translation to SQL or LINQ. Load milion records from database will have performance impact and it is better to filter data in SQL server instead of load them to memory. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have 2 questions about this rules engine.
If I want to check the database records with million records, what is the best practices to use this engine?
How can I update the database table on the rules action?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions