If you’ve spent any time writing Apex, you’ve probably run into it: System.LimitException: Too many SOQL queries: 101. It stops your code cold, usually at the worst possible time — during a data migration, a high-volume batch run, or when a...