Hacker News new | ask | show | jobs
by marcosdumay 2244 days ago
Nearly every time, it's a symptom of bad data normalization.

But every time, it interferes badly with any kind of locking (that's DBMS dependent, of course), and imposes a high performance penalty (on every DBMS).

1 comments

“Think before you DISTINCT”