[midPoint-git] [Evolveum/midpoint] 8bfa9c: MID-7928: audit iterative search used superfluous ...
virgo47
noreply at github.com
Mon May 9 16:36:25 CEST 2022
Branch: refs/heads/support-4.4
Home: https://github.com/Evolveum/midpoint
Commit: 8bfa9c12bc75ed62b5ad1f7b7cdd18d85c7ce89d
https://github.com/Evolveum/midpoint/commit/8bfa9c12bc75ed62b5ad1f7b7cdd18d85c7ce89d
Author: Richard Richter <richard.richter at evolveum.com>
Date: 2022-05-09 (Mon, 09 May 2022)
Changed paths:
M repo/repo-sqale/src/main/java/com/evolveum/midpoint/repo/sqale/audit/SqaleAuditService.java
M repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/SqlAuditServiceImpl.java
Log Message:
-----------
MID-7928: audit iterative search used superfluous and WRONG timestamp
The original idea was to encourage partition pruning for new audit repo,
but the idea was wrong as there is no guarantee that all the items with
id > X will have the timestamp >= than timestamp from item with id X.
More information about the midPoint-svn
mailing list