Project

General

Profile

Actions

Task #100932

closed

Speed up SysLogSerializationUpdate

Added by Alexander Schnitzler 11 months ago. Updated 3 months ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
Performance
Start date:
2023-05-31
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
12
PHP Version:
8.2
Tags:
Complexity:
Sprint Focus:

Description

During the upgrade to version 12 with a lot of entries in sys_log , SysLogSerializationUpdate takes quite a lot of time because it processes each row individually. This however is only necessary for rows where log_data is not a:0:{}. I suggest adding a fast update command on all rows that have that value stored and afterwards process all other rows:

update sys_log set log_data = '[]' where log_data = 'a:0:{}';
Actions #1

Updated by Oliver Hader 11 months ago

  • Tracker changed from Feature to Task
  • TYPO3 Version set to 12

Sounds like a good optimization for TYPO3 v12. Besides a:0:{} I also found a:1:{i:0;s:0:"";} in some my my TYPO3 projects.

Actions #2

Updated by Oliver Hader 11 months ago

  • Status changed from New to Accepted
Actions #3

Updated by Thomas Hohn 11 months ago

  • Assignee set to Thomas Hohn
Actions #4

Updated by Gerrit Code Review 11 months ago

  • Status changed from Accepted to Under Review

Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/79245

Actions #5

Updated by Gerrit Code Review 11 months ago

Patch set 2 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/79245

Actions #6

Updated by Gerrit Code Review 11 months ago

Patch set 1 for branch 12.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/79255

Actions #7

Updated by Anonymous 11 months ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #8

Updated by Benni Mack 3 months ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF