Speed Up Postgres Queries with Indexes

InstructorBrett Cassette

Share this video with your friends

Send Tweet

The more data you add, the longer it will take to answer new questions you pose to your database. That’s because so far, Postgres has been scanning through the table looking at every row to see if it meets the constraint. We can speed this process up substantially by adding indexes.

Michael Friedman
~ 7 years ago

I don't see instructions on where to get the data for setting up this exercise.