Nobody complains when the database is quick.
But when things slow down you try to speed things up by adding an index.
Later you try a second index and now things are slower than ever.
Indexes can make things faster but you need to know what type of index to use, how to test query performance, and how to maintain them.
This session will cover when and how to add an index plus detail how to test their performance.