[midPoint-git] [Evolveum/midpoint] 238dd6: Improve performance of computing "complete" flag
mederly
noreply at github.com
Fri Mar 7 12:18:44 CET 2025
Branch: refs/heads/feature/less-cloning
Home: https://github.com/Evolveum/midpoint
Commit: 238dd624db9133f48a4b88e2b2be5364b8d62696
https://github.com/Evolveum/midpoint/commit/238dd624db9133f48a4b88e2b2be5364b8d62696
Author: Pavol Mederly <mederly at evolveum.com>
Date: 2025-03-07 (Fri, 07 Mar 2025)
Changed paths:
M repo/repo-cache/src/main/java/com/evolveum/midpoint/repo/cache/handlers/CacheUpdater.java
M repo/repo-cache/src/main/java/com/evolveum/midpoint/repo/cache/handlers/SearchOpHandler.java
M repo/repo-cache/src/main/java/com/evolveum/midpoint/repo/cache/values/CachedObjectValue.java
Log Message:
-----------
Improve performance of computing "complete" flag
This flag is used to know whether we can return an object (obtained
using standard options), when asking for a complete object.
The computation of this flag was not efficient enough. It is now fixed:
Materialization of value metadata is no longer done, and the double
computation (for local and global cache) is avoided.
To unsubscribe from these emails, change your notification settings at https://github.com/Evolveum/midpoint/settings/notifications
More information about the midPoint-svn
mailing list