Actions
Refactor #10583
closedRun .uniq in database instead of in memory when possible
Description
Many parts of the code select rows (or columns) from the database and then run uniq in memory.
In most places, uniq can be run in the database (using `SELECT DISTINCT`) thereby improving performance.
Updated by The Foreman Bot over 9 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/2400 added
- Pull request deleted (
)
Updated by Anonymous over 9 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 0e1c537186622a77eb0db99fd532c2f46f6d4081.
Updated by Dominic Cleal over 9 years ago
- Translation missing: en.field_release set to 35
Actions