Results of the SQL Performance Quiz
use-the-index-luke.com
Results of the SQL Performance Quiz
1–10 of 98 posts
Re: Results of the SQL Performance Quiz
#2Re: Results of the SQL Performance Quiz
#3Re: Results of the SQL Performance Quiz
#4Remember the promise of a "declarative language" where you just had to tell it what you want, and it took care of the details?
Re: Results of the SQL Performance Quiz
#5I don't think it was guessing so much as reasoning that fetching 100 rows (and filtering by value) instead of 10 rows doesn't have significant real-world impact unless the row data is particularly large. I'll admit I didn't think of the out-of-index lookup, but my main thought was 100/1000000 vs 10/1000000 isn't a big deal unless the DB is running on an abacus.
Re: Results of the SQL Performance Quiz
#6Maybe I'm just a bit slow, but what's going on with the 50/50 "guessing score" reasoning? Surely, you should half the wrong answers as well, rather than just subtracting it from the right answers?!?
Re: Results of the SQL Performance Quiz
#7To be frank, knowing the difference in how to write an inner and outer join when given a three table schema and a desired output is a frightening filter of candidates. Having an instinct that some type of index could help a query probably makes you a db wizard.
Re: Results of the SQL Performance Quiz
#8Fortunately I've landed pretty good jobs in spite of employer myopia, and work for a SV salary and a SV company though I live in a non-tech town in North Carolina. Just venting a frustration.