glpi-project / plugins

GLPI Plugin Directory
http://plugins.glpi-project.org
21 stars 19 forks source link

Speed-up clean tasks #70

Closed cedric-anne closed 3 years ago

cedric-anne commented 3 years ago
  1. Eager load relations to limit DB queries count.
  2. Fetch elements 1000 by 1000 to prevent General error: 1390 Prepared statement contains too many placeholders (happens when there is too many items in collection during relations eager loading).