RailsConf 2017: The Secret Life of SQL: How to Optimize Database Performance by Bryana Knight
RailsConf 2017: The Secret Life of SQL: How to Optimize Database Performance by Bryana Knight
There are a lot of database index and query best practices that sometimes aren’t best practices at all. Need all users created this year? No problem! Slap an index over created_at! What about this year’s active OR pending users, sorted by username? Are we still covered index-wise? Is the query as fast with 20 million users? Common rules of thumb for indexing and query crafting aren’t black and white. We’ll discuss
11 views
137
30
6 years ago 00:25:02 11
RailsConf 2017: The Secret Life of SQL: How to Optimize Database Performance by Bryana Knight
6 years ago 00:32:42 1
RailsConf 2017: A Deep Dive Into Sessions by Justin Weiss
6 years ago 00:36:37 1
RailsConf 2017: How to Write Better Code Using Mutation Testing by John Backus
6 years ago 00:30:50 1
RailsConf 2017: Tricks and treats for new developers by David Padilla
7 years ago 00:39:31 1
RailsConf 2017: Rails 5.1-Наконец-то обавлен вебпакер! (by Claudio B)
7 years ago 00:44:05 1
RailsConf 2017: Keynote by Justin Searls
8 years ago 00:38:35 1
RailsConf 2017: Developer Happiness on the Front End with Elm by Kevin Yank
8 years ago 00:38:45 1
RailsConf 2017: Perusing the Rails Source Code - A Beginners Guide by Alex Kitchens