Updates

Latest Tweet



What's New?

Check out for latest innovation, a computer based training video collection


Like this Page

Relational Database Index Design and the Optimizers Review by Sebastien Tardif

Excellent book to build mental estimate of cost of queries and best indexes

The book is database neutral and do not use any complex terms.

You learn what is costly in executing a query, and how to do a fast estimate. This way, you can easily evaluate different indexes, and know which one is better.

So contain many recipes, including how to determine best index for a specific query.