Friday, 21 December 2012
Interesting Snippets from 2012-12-21
-
SQL Indexing Tutorial | Use The Index, Luke!
A free tutorial covering SQL indexing and SQL tuning for developers: unnecessary details about database internals are kept to a minimum. SQL indexing is the most effective SQL tuning method and requires the same care as schema design yet it is often neglected during development. Use The Index, Luke explains SQL indexing from the source code perspective—covering ORM tools like Hibernate and Doctrine.