Improving store function performance using caching
To improve store function performance, use runtime caching to eliminate processing to and from the database.
- Store function cache overview
Store function caching eliminates querying of database tables when evaluating the store function enablement values for a customer.- Tuning the store function cache
By managing the memory allocated to the FlexFlowCache, we can improve store function performance.