Laravel – MySQL – Fetching From 100 Tables With Good Performance
The Problem To set the scene, I work on a PHP Laravel system that has taken a drupal-style approach where every field is its own MySQL table. Every table has optimum indexing making it very quick to fetch data for…