Homec4science

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

Authored by epriestley <git@epriestley.com> on Sep 12 2013, 22:08.

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

Committed
epriestley <git@epriestley.com>Sep 12 2013, 22:08
Pushed
aubortJan 31 2017, 17:16
Parents
rPHe50eccf10968: Provide and populate an object name index for Maniphest
Branches
Unknown
Tags
Unknown

Event Timeline

epriestley <git@epriestley.com> committed rPHddfc6bbc9e5c: Service "Group by: Project" in Maniphest out of a local index (authored by epriestley <git@epriestley.com>).Sep 12 2013, 22:08