All Tags »
Documentation »
Delevoper »
Tips & Tricks (RSS)
Sorry, but there are no more tags available to filter with.
-
I am still amazed at how many of the database applications written today still disregard some basic rules of thumb when it comes to accessing the data. One in particular is the use of COUNT(*) to check to see if there are any rows that match some criteria. The technique of using EXISTS over COUNT(*) has been widely publicized ...