Y
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
samstokes
4986 days ago
This certainly helps, but if your indices are several GB in size, even an index scan is a nontrivial expense.
link