1 Mar 2021

Published a blog how to handle 100k decision table in drools

这篇文章发表在

摘要

TLDR;

How to handle 100k decision table rows in Drools? When handling large rows of decision tables, one of the pain points is performance. In this article, I prepared a prototype setup to a simple scenario to simulate the large decision table use case and provided three solutions to utilize drools ( a rules oriented application framwork). I would focus on the decision table rule execution performance.

For the sake of explanation of the core concept of problem solving, I prepared two decision tables 10k & 100k row data to simulate decision making procedure usage in rules application.

I provide 3 different solutions in three git branches, for coding fans, feel free to jump directly into the following github links and check the code.

If you are interested in this topic, let me guide you dive into the details. ```

Medium:

  • https://medium.com/nerd-for-tech/how-to-run-100k-rules-in-drools-7b9308e75687
  • https://medium.com/nerd-for-tech/how-to-handle-100k-rows-decision-table-in-drools-part2-2b7fb4de3532
  • https://medium.com/nerd-for-tech/how-to-handle-100k-rows-decision-table-in-drools-part3-a185641a905e

Dzone:

https://dzone.com/articles/how-to-handle-100k-rows-decision-table-in-drools-1


Tags:
0 comments



评论:(需要科学上网)