Skip to content
Snippets Groups Projects
Commit 4d69d8f1 authored by Christian Kuhn's avatar Christian Kuhn
Browse files

[TASK] Drop reference index in workspace discard more effectively

Dealing with workspace-discard, where rows are always fully
dropped in DB, the expensive reference index operation does
not need to be performed at all. It can be substituted with
straight db-delete calls for affected sys_refindex rows.

Change-Id: Iaa61ef2345c63394fa3286cc9d5dabc5b1a4bb55
Resolves: #92392
Releases: master, 10.4
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/65841


Tested-by: default avatarBenni Mack <benni@typo3.org>
Tested-by: default avatarTYPO3com <noreply@typo3.com>
Tested-by: default avatarOliver Bartsch <bo@cedev.de>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: default avatarBenni Mack <benni@typo3.org>
Reviewed-by: default avatarOliver Bartsch <bo@cedev.de>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
parent a554dad0
Branches
Tags
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment