OrgIdentitiesController Unoptimized MySQL (MariaDB) Query

XMLWordPrintable

      In OrgIdentitiesController, the combination of

      $view_contains  = array(..., 'PipelineCoPersonRole', ...)
      

      and

      public $paginate = array(
        'order' => array(
          'PrimaryName.family' => 'asc',
          'PrimaryName.given' => 'asc'
        )
      );
      

      causes /registry/org_identities/index/co:x to hang on O(10000) datasets.

            Assignee:
            Benn Oshrin (internet2.edu)
            Reporter:
            Benn Oshrin (internet2.edu)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: