How Partial Indexes Affect UPDATE Performance in Postgres
Based on a true story
Partial index is a good way to save some disk space and improve record lookup performance. The common rule is “use it when you can afford it” — in other words, if all your queries…