Homestyx hydra
Diffusion hydra ddfc6bbc9e5c

Service "Group by: Project" in Maniphest out of a local index

Description

Service "Group by: Project" in Maniphest out of a local index

Summary:
See discussion in D6955. Currently, the logic for "Group by: Project" is roughly:

  • Load every possible result.
  • Lots of in-process garbage.

Instead, use the new local project name index (from D6957) to service this query more reasonably. Basically:

  • Join a table which has keyed project names.
  • Order by that table.

Test Plan: {F58033}

Reviewers: btrahan

Reviewed By: btrahan

CC: aran

Differential Revision: https://secure.phabricator.com/D6958

Details

Provenance
epriestleyAuthored on Sep 12 2013, 4:08 PM
sirocylPushed on Oct 16 2024, 5:49 AM
Parents
R1:e50eccf10968: Provide and populate an object name index for Maniphest
Branches
Unknown
Tags
Unknown

Event Timeline