-
Task
-
Resolution: Unresolved
-
Major
-
3.0.0.Alpha2
-
None
-
False
-
None
-
False
-
-
In AbstractTransactionCachingLogMinerEventProcessor, a method called getTransactionkeysWithPrefix performs an iteration of all keys in the event cache, which may not perform well in all use cases.
This specific all is used in cases where a partial commit occurs, and so it may prove to be inconsequential as the idea is that constraint violations should be something that is not happening reoccuringly, but we need to keep an eye to be sure.