Actions
Feature proposal #5280
closedAdmin: Improve SQL query efficiency on table filtering
Description
In admin area, we join multiple several times same table when searching. This could be a single join per table to optimize the search.
Updated by beat over 9 years ago
- % Done changed from 0 to 90
Implemented most of it in commit 92b29c748b78f33e2357398d6848b02ea00cfca7
Group search still joins groups-map table a second time, so leaving this open until that is fixed too.
Updated by beat over 9 years ago
- Status changed from Assigned to Resolved
- % Done changed from 90 to 100
Implemented in MR !890 . Leaving out user groups filtering for a future rewrite.
Actions