November 13, 2019

191 words 1 min read

Database optimization for web developers

Database optimization for web developers

Many companies have inadequate database experience because databases like MySQL and PostgreSQL don't require a full-time DBA to administer. Developers now have to have a basic understanding of how to keep their databases happy. Steve Meyers explores how to get the best performance out of your database, covering JOIN order, proper indexing, WHERE filtering, caching, and many other subjects.

Talk Title Database optimization for web developers
Speakers Steve Meyers (Utah Open Source Foundation)
Conference O’Reilly Open Source Convention
Conf Tag
Location Austin, Texas
Date May 16-19, 2016
URL Talk Page
Slides Talk Slides
Video

Many companies have inadequate database experience because databases like MySQL and PostgreSQL don’t require a full-time DBA to administer. Developers now have to have a basic understanding of how to keep their databases happy. Steve Meyers explores how to get the best performance out of your database, covering JOIN order, proper indexing, WHERE filtering, caching, and many other subjects. Steve will load a test database schema and then explore different types of queries and indexes. Note: he will NOT cover in detail things like server options, as changing those are not generally an option for web developers.

comments powered by Disqus