Actions
Bug #2486
closedFact values importer recreating all values in the database
Description
When uploading facts via /fact_values/create, a large number of database inserts are made as it's deleting all existing associated fact_values and inserting new ones. By design it should only be deleting changed values, then inserting the new ones.
Updated by Dominic Cleal over 11 years ago
- Status changed from Assigned to Ready For Testing
https://github.com/theforeman/foreman/pull/604
I hope this will have a nice performance boost too.
Updated by Dominic Cleal over 11 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 6dffd64b9d1e0be4cdf76534877438f52c42f200.
Actions