Hacker News new | ask | show | jobs
by avinassh 1476 days ago
Isn't count slow on most databases? Either it ends up in table scan or index scan. But if the index is huge, then that will also take a lot of time.

I wonder how do Big Co solve this counting problem.