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

How do databases work?

How do databases work?

Introduction to how relational databases store data, keys and indices, and B-trees.

Appropriate for someone who recently learned Rails.

Rebecca Miller-Webster

November 04, 2013
Tweet

More Decks by Rebecca Miller-Webster

Other Decks in Programming

Transcript

  1. Why do we store information? Remember Find it later Analyze

    it Doctor’s Appointment on Thursday Test Results How much did I spend on medical bills this year?
  2. Algorithm Step-by-step procedure Data Structure Way to store and organize

    data Efficient Fast(er) or uses less memory Expensive Takes a lot of time and/or memory