Jump to content

Good video series on DB indexes


owlmanatt

Recommended Posts

Chris Fideloper released the first section of his new webcast series, Performant Laravel, this morning. Included was a really good introduction to indexing your database tables. If you're unfamiliar with this topic, I highly recommend giving these three videos a run through:

  1. https://serversforhackers.com/laravel-perf/mysql-indexing-one
  2. https://serversforhackers.com/laravel-perf/mysql-indexing-two
  3. https://serversforhackers.com/laravel-perf/mysql-indexing-three

While it is a series about Laravel, these concepts are useful even if you're using another framework, or no framework at all. He is demonstrating on MySQL, but indexes work the same in Postgres, MariaDB, MS SQL Server, etc.

  • Like 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...