You're probably using the wrong Postgres index on your events table
Every SaaS team has an events table. Most put a B-tree index on it and move on. At tens of millions of rows, that default stops being the right call — here's what to reach for instead.
By FlowVerify Editorial Team