Course curriculum

  1. 02
    • Query Plans

    • Loading Sample Data - pg_dump + psql

  2. 03
    • Golden Rules: Important

  3. 04
  4. 05
    • Overview

    • Example: Loading Most Recent Posts - Setup

    • Example: Loading Most Recent Posts - Naive Approach

    • Example: Loading Most Recent Posts - Choosing an index

    • Which Index Would You Use?

    • Example: Loading Most Recent Posts - Using the index