Bugfix
Detail
#28407
KnowledgeBase: Update event generation of bulk deletions too slow
An update event is generated for a transaction in order to import the change into the sessions. With a large transaction, the generation of this update event alone takes "forever".
A changeset is generated for a large transaction:
For this, the "old" Flex data is loaded individually for each deleted object - especially for association links, which cannot have any such links at all:
Test
Perform a large delete transaction (> 100000 objects).