Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Because they can't use indexes.

If I have a table of several million rows and I want to find rows "WHERE foo NOT IN ('A', 'B', 'C')" that's a full table scan, or possibly an index scan if foo is indexed, unless there are other conditions that narrow it down.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: