Hacker News new | ask | show | jobs
by pestaa 4988 days ago
Note that recent versions of Postgres can now COUNT against indices so no need to do a full table scan.
1 comments

This certainly helps, but if your indices are several GB in size, even an index scan is a nontrivial expense.