which currently result in a full table scan on a massive table:
select count(*) as aggregate from `transactions` where `type` = 'billed';
Differential D5307
Add an index to speed up count queries on transactions by type Authored by mollekopf on Jun 4 2025, 12:59 PM.
Details
which currently result in a full table scan on a massive table: select count(*) as aggregate from `transactions` where `type` = 'billed';
Diff Detail
Event Timeline
| ||||||||||||||