Files
spring-modulith/spring-modulith-events/spring-modulith-events-jdbc
Oliver Drotbohm ea7b299525 GH-751 - Optimize publication completion by event and target identifier.
We now additionally guard the completion query by event and target identifier to also only apply to publications that have not been completed yet. This will allow databases to optimize the query plan to apply simple comparisons (the date being null) over complex comparisons (the event payload) to reduce the intermediate results to process further and thus improve performance.
2024-08-06 17:30:30 -04:00
..