mozilla / missioncontrol

Real-time monitoring of Firefox release health
Mozilla Public License 2.0
21 stars 18 forks source link

Optimize datum queries #297

Closed wlach closed 6 years ago

wlach commented 6 years ago

It seems like postgres isn't super awesome at optimizing a query which involves filter on fields joined into the query from another a table. When querying datums, let's get the indices we're interested in, in advance.