Project

General

Profile

Actions

Bug #80800

closed

Too many records on sys_file_reference table breaks TYPO3 when saving IRRE records

Added by José Ricardo about 7 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
File Abstraction Layer (FAL)
Target version:
-
Start date:
2017-04-10
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
On Location Sprint

Description

When saving a record (eg: tx_news_domain_model_news) and uploading images on field with IRRE of FAL records (eg: fal_media) the database will generate lots of UPDATES on the sys_file_reference table, breaking it when this table is too big (250k+ records).

The reason for that is that the resorting method of TYPO3's Data Handler (sysext/core/Classes/DataHandling/DataHandler.php) verifies if there is a "sortby" configuration on the table's TCA, which, in the case of sys_file_reference, is the field "sorting". The resorting method is useful to recalculate the order of the record on a PID using the "sorting" field.

However, unless i'm wrong, there are no places on TYPO3 CMS where sys_file_reference records are listed, so this configuration is useless for this table. Setting it to empty string solves the problem and apparently has no side effects.

Version: TYPO3 7.6.16


Related issues 3 (1 open2 closed)

Related to TYPO3 Core - Bug #80875: Multiple problems with relation handler if too many records exist on a pageAcceptedSascha Egerer2017-06-12

Actions
Related to TYPO3 Core - Task #48098: Reversed order in sorting field in sys_file_reference compared to e.g. tt_contentRejected2013-05-10

Actions
Related to TYPO3 Core - Bug #83160: Remove unused column sys_file_reference.sortingClosedStephan Großberndt2017-11-29

Actions
Actions #1

Updated by José Ricardo about 7 years ago

  • Description updated (diff)
Actions #2

Updated by José Ricardo about 7 years ago

  • Description updated (diff)
Actions #3

Updated by Thomas Hohn about 7 years ago

  • Status changed from New to Needs Feedback

Please provide information about TYPO3 version - if it 8.7 - did you follow all the migrations steps in the install tool?

Actions #4

Updated by José Ricardo about 7 years ago

  • Description updated (diff)
Actions #5

Updated by José Ricardo about 7 years ago

Sorry, forgot it. It's 7.6.16 (i've updated the description as well).

Actions #6

Updated by Thomas Hohn about 7 years ago

Hi

Had similar issues on a installation. Our fix was rebuild the ref_index since it contained a lot of crashed records. And
then we started to use https://github.com/NamelessCoder/asynchronous_reference_indexing since we had
similar issues.

Actions #7

Updated by José Ricardo about 7 years ago

Gonna look the plugin, but the question is why sortby is necessary for sys_file_reference?

Actions #8

Updated by Sascha Egerer almost 7 years ago

  • Related to Bug #80875: Multiple problems with relation handler if too many records exist on a page added
Actions #9

Updated by Alexander Opitz over 6 years ago

  • Status changed from Needs Feedback to New
Actions #10

Updated by Stephan Großberndt over 6 years ago

  • Related to Task #48098: Reversed order in sorting field in sys_file_reference compared to e.g. tt_content added
Actions #12

Updated by Stephan Großberndt over 6 years ago

  • Status changed from New to In Progress
  • Priority changed from Should have to Must have
  • TYPO3 Version changed from 7 to 9
Actions #13

Updated by Gerrit Code Review over 6 years ago

  • Status changed from In Progress to Under Review

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

Actions #14

Updated by Gerrit Code Review over 6 years ago

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

Actions #15

Updated by Gerrit Code Review over 6 years ago

Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/54342

Actions #16

Updated by Gerrit Code Review over 6 years ago

Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/54342

Actions #17

Updated by Gerrit Code Review over 6 years ago

Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/54342

Actions #18

Updated by Gerrit Code Review over 6 years ago

Patch set 6 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/54342

Actions #19

Updated by Gerrit Code Review over 6 years ago

Patch set 7 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/54342

Actions #20

Updated by Gerrit Code Review over 6 years ago

Patch set 8 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/54342

Actions #21

Updated by Gerrit Code Review over 6 years ago

Patch set 9 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/54342

Actions #22

Updated by Gerrit Code Review over 6 years ago

Patch set 10 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/54342

Actions #23

Updated by Gerrit Code Review over 6 years ago

Patch set 11 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/54342

Actions #24

Updated by Susanne Moog over 6 years ago

  • Sprint Focus set to On Location Sprint
Actions #25

Updated by Gerrit Code Review over 6 years ago

Patch set 1 for branch TYPO3_8-7 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/54840

Actions #26

Updated by Stephan Großberndt over 6 years ago

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

Updated by Stephan Großberndt over 6 years ago

  • Category set to File Abstraction Layer (FAL)
Actions #28

Updated by Stephan Großberndt over 6 years ago

  • Related to Bug #83160: Remove unused column sys_file_reference.sorting added
Actions #29

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF