Merged
XS
Change Breakdown
Performance100%
Log query caching enabled
Log search performance should improve with the introduction of query condition caching for task events.
Log search queries are being optimized for speed. The system now relies on a native when retrieving task event logs.
By explicitly enabling condition caching in the underlying query builder, repeated conditional evaluations are bypassed, which should accelerate read operations on large log datasets.
View Original GitHub Description
In theory this will make Log queries faster