Project

General

Profile

Actions

Bug #7493

closed

Userlist query slow with large userbase

Added by krileon about 5 years ago. Updated almost 5 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
Start date:
18 March 2019
Due date:
% Done:

100%

Estimated time:

Description

With a million user rows the queries for a userlist are noticeable slow. Taking several seconds or not loading at all. This is mostly due to the DISTINCT usage, which isn't necessary for frontend userlist (and if needed it's faster to use GROUP BY). Few minor issues with WHERE statement order being incorrect in some cases as well causing indexes to have a hard time being utilized.

Actions #1

Updated by krileon about 5 years ago

  • Status changed from Assigned to Resolved
  • % Done changed from 0 to 100

Fixed in MR !1465

Actions #2

Updated by krileon almost 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF