[midPoint-git] [Evolveum/midpoint] a82a6a: MID-7928: audit iterative search used superfluous ...
virgo47
noreply at github.com
Mon May 9 21:33:03 CEST 2022
Branch: refs/heads/support-4.5
Home: https://github.com/Evolveum/midpoint
Commit: a82a6a0bbe9b29347dc063d581eb7dc0e0a4becc
https://github.com/Evolveum/midpoint/commit/a82a6a0bbe9b29347dc063d581eb7dc0e0a4becc
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