PostgresConf Silicon Valley
October 30, 2018
Database
Did you miss us at PostgresConf Silicon Valley in San Jose? Have no fear! Here's a sneak peek video of Baron Schwartz delivering his talk on database indexing:
How to Index Your Database
Indexing is Simple, Approachable, and Useful
Do you know what database indexes are and how they work? Do they seem hard to understand? They don't have to be. The basic principles you need to know are simple and easy to remember. And developers need to know the basics of indexing: your DBAs can't save you, because discovering you need an index after you deploy a feature is often too little, too late. This talk will give you the fundamentals without theory or lecturing. You’ll learn the three purposes of an index, the three characteristics of how a query plan uses indexes, and how to design indexes that are most likely to be optimal for general-purpose querying, whether or not you know all the queries and shape of the data.