Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Week 6

Week 6

Week 6 Slides for UW Advanced Rails

Ben Woodall

May 07, 2015
Tweet

More Decks by Ben Woodall

Other Decks in Programming

Transcript

  1. What is caching? There are only two hard things in

    Computer Science: cache invalidation and naming things. -- Phil Karlton 7
  2. Includes Active Record ensures that all of the specified associations

    are loaded using the minimum possible number of queries. 13
  3. Indexing A database index is a data structure that improves

    the speed of operations on a database table 14