meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
sap_hybris_commerce:promotions_rules_engine:start:how_to_improve_the_performance_of_the_rule_engine [2022/09/19 13:50] – event logger Antonio Robirosasap_hybris_commerce:promotions_rules_engine:start:how_to_improve_the_performance_of_the_rule_engine [2022/09/20 09:22] – useful links Antonio Robirosa
Line 108: Line 108:
  
 FIXME Drools comes with a logging module [[hhttps://github.com/tkobayas/MetricLogUtils/wiki/How-to-use-MetricLogUtils|How to use MetricLogUtils]] **but it don't work with the drool version shipped with SAP commerce.** This module won't work with any drools version under 7.41.0.Final because it overrides the class PhreakNetworkNodeFactory to set up the logging beans. This class is absent in older versions of drools. FIXME Drools comes with a logging module [[hhttps://github.com/tkobayas/MetricLogUtils/wiki/How-to-use-MetricLogUtils|How to use MetricLogUtils]] **but it don't work with the drool version shipped with SAP commerce.** This module won't work with any drools version under 7.41.0.Final because it overrides the class PhreakNetworkNodeFactory to set up the logging beans. This class is absent in older versions of drools.
 +
 +===== Useful links =====
 +
 +[[https://access.redhat.com/documentation/en-us/red_hat_decision_manager/7.9/html/developing_decision_services_in_red_hat_decision_manager/performance-tuning-drl-ref_drl-rules|Chapter 20. Performance tuning considerations with DRL]] This is not useful with hybris because most of the customer only have promotion rules with coupons. This increases the performance of the engine and leaves no room for optimizations. \\
 +
 +[[https://docs.drools.org/7.21.0.Final/drools-docs/html_single/index.html|Documentation of drools 7.21]] \\
 +
 +
  
 -- Based on SAP commerce 2105 -- Based on SAP commerce 2105