Project

General

Profile

Actions

Bug #73167

closed

Indexes on deleted and hidden

Added by Sven Burkert almost 9 years ago. Updated about 8 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2016-02-07
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

Doesn't it make sense to define an index on the fields "deleted" and "hidden" to improve performance?

KEY visibility (deleted,hidden)

99% of the queries for table "pages" and "tt_content" contain "WHERE deleted=0 AND hidden=0" so this index should speed these queries up.

Actions

Also available in: Atom PDF