Project

General

Profile

Actions

Feature #23987

closed

Add an index on issues.parent_id

Added by Jérôme BATAILLE over 7 years ago. Updated over 7 years ago.

Status:
Closed
Priority:
Normal
Category:
Performance
Target version:
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:
Fixed

Description

Hi,

We encounter slowness with using the scrum plugin (https://redmine.ociotec.com/projects/redmine-plugin-scrum).
It happens when dragging issue in the backlog.
It seems that the slowness comes from the fact that there is no index on the parent_id field of the issues table :
Here we have more than 500.000 issues
and for example a simple SELECT COUNT(*) FROM `issues` WHERE `issues`.`parent_id` = 520784 takes 0.28 seconds
The slow method is all_dependent_issues.

Aside from the use of this plugin, on issues with children, a request is made on the parent_id field, that takes a few hundreds of milli-seconds.
We have added an index on that field, that fixes the issue.

Can this index be added by default in the Redmine migrations ?

Thanks a lot

Actions #1

Updated by Toshi MARUYAMA over 7 years ago

  • Target version set to 3.4.0
Actions #2

Updated by Jean-Philippe Lang over 7 years ago

  • Subject changed from Issue table : add index on parent_id like on root_id_and_lft_and_rgt to Add an index on issues.parent_id
  • Status changed from New to Closed
  • Assignee set to Jean-Philippe Lang
  • Resolution set to Fixed

Added in r16103.

Actions #3

Updated by Jérôme BATAILLE over 7 years ago

Thanks a lot !

Actions

Also available in: Atom PDF